DialogueGraph | source node-based tool | Editor library
kandi X-RAY | DialogueGraph Summary
kandi X-RAY | DialogueGraph Summary
Open-source node-based tool for developing branching conversation trees
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of DialogueGraph
DialogueGraph Key Features
DialogueGraph Examples and Code Snippets
Community Discussions
Trending Discussions on DialogueGraph
QUESTION
When I try to build a game 22 error appears, when I try to play in editor everything is OK.
I'm new to unity so sorry if I made some stupid mistake.
Errors:
(Location)(): error CS0234: The type or namespace name 'XXXX' does not exist in the namespace '' (are you missing an assembly reference?)
where XXXX is: GraphView (library UnityEditor.Experimental) , UIElements (library UnityEditor)
(Location)): error CS0246: The type or namespace name 'YYYY' could not be found (are you missing a using directive or an assembly reference?)
YYYY = Edge, Node, Port, Direction, EditorWindow, MenuItemAttribute, MenuItem
and another one error
UnityEditor.BuildPlayerWindow+BuildMethodException: 20 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options)[0x002bb] in :0
Here's the code:
DialogueGraphView
...ANSWER
Answered 2020-Dec-02 at 15:06As someone in the comments said, Unity can't build stuff that use the UnityEditor
namespace. However, when building Unity will ignore everything located inside folders called "Editor". Put all those scripts that cause problems in a folder called "Editor" and it should compile with no errors.
You can also have more than one "Editor" folder, so if you need to differentiate between your editor scripts feel free to do that.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DialogueGraph
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page