Git Product home page Git Product logo

dialoguegraph's People

Contributors

123tris avatar imgbotapp avatar shoman4eg avatar teodorvecerdi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dialoguegraph's Issues

Any way to make my own nodes?

Sorry if I have missed it somewhere but is there a way to make my own nodes?

Would love to have a way to add my own data / functionality for a node specialized to my game.

I wouldn't mind giving this a shot building this aswell. Thanks!

Error on build

Hello,

this tool seems to error when we try to build our game. Because the huge use-case of this tool, I would like to try to get this fixed.

The errors originate from Drawer.cs script and look like this:
obrazek

Sadly, I cannot build the game without this. I'd really like to try to fix this together, so I can use this great tool in our game.

Thank you

RuntimeDialogueGraph doesnt save actor data

Any changes made in RuntimeDialogueGraph.PersistentData.ActorData is not saved, making it impossible to utilize custom actor data.

I've solved this in my fork for development since I wanted to redo the inspector editor anyways. But I think in general having this data attached to the monobehaviour is a bit problematic. I think ideally all this data should be part of the actual graph object instead. If universal checknames/triggers/actor names are desired then separating that makes sense but will need some unified way of accessing that. (could be another separate scriptable object, could be a editorwindow/setting thing. etc.)

Prevent state from being actorless

OS
Windows 10

Unity
Unity 2021.2.0f1

DialogueGraph
2.0.0

Description
If the state has no actor, the following error occurs:

System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <7b5f9a2f7db343a4ab54846ed680277b>:0)
DialogueGraph.Runtime.RuntimeDialogueGraph.GetCurrentActor () (at Library/PackageCache/[email protected]/Runtime/RuntimeDialogueGraph.cs:68)

originating from "RuntimeDialogueGraph.cs"

public ActorData GetCurrentActor() {
            var currentNode = DlogObject.NodeDictionary[currentNodeGuid];
            if (currentNode.Type != NodeType.NPC) return null;
            var currentNodeActorGuid = currentNode.ActorGuid;
            var actor = CurrentData.ActorData[CurrentData.ActorDataIndices[currentNodeActorGuid]]; // <- Throws error
            return actor;
        }

README is missing information

The README currently has empty or placeholder sections.

Ideally the README would be converted to a Wiki, but we should at least fill in the empty sections.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.