Open sirkitree opened 5 years ago
https://github.com/Frooxius/NeosSampleLibrary/blob/6bd630bd3e8e8fa591a79b281131be272f69443f/NeosSampleLibrary/SampleBehavior.cs#L8
This sample constructor is just skeleton code, and I'm wondering how or why I might use it when building my own plugin.
Wondering this myself. Is a behavior in this context the same as a Unity Behaviour, or is it like a MonoBehaviour or Component?
https://github.com/Frooxius/NeosSampleLibrary/blob/6bd630bd3e8e8fa591a79b281131be272f69443f/NeosSampleLibrary/SampleBehavior.cs#L8
This sample constructor is just skeleton code, and I'm wondering how or why I might use it when building my own plugin.