Hello,
I have managed to load levels and lights in my game pretty easily thanks to this project, but I am really confused on how I can access the behaviours from my game code. If I add some to my level using the Editor, then I cannot find the behaviours anywhere in the "level" object.
It seems that they are not loaded when I am using the LevelLoader.Load method (not found in layers, items or itemProperties), am I right? Did I miss something like using a plugin or another function to load and access them?
Sorry if this question is answered somewhere... and big thanks for the project
S.