Forums › 💬 NodeCanvas › 🗨️ General Discussion › Does graph editing work in a build
I’m trying to enable a user of a built unity project exe to be able to edit a state machine without unity would this work in your plugin?
Hello,
The Graph Editor only works within the Unity Editor because it uses a lot of Unity Editor types that are only available within the editor and not within built runtime.
Thank you.