Ardot66 / DialogueTrees

A graph-based dialogue system
MIT License
7 stars 2 forks source link

Fixed paths to resources #5

Open Deytrino opened 1 month ago

Deytrino commented 1 month ago

The paths to the files DialogueEnumSetterInstance.cs and DialogueEnumConditionInstance.cs have been corrected: the variable_node_instances directory was not found in the project, but the specified files were located along the variable_subnodes/enum path. In the version before the change, when loading a tree with the Set Variable node, a number of errors occurred (check screenshot), notifying that it was impossible to load the resource along the specified path. image

Ardot66 commented 4 weeks ago

Thanks for finding this issue, I'll do some testing and merge this soon.