Hi, I have an issue with the plugin 1.73 (C3 version r218) Its giving a TypeError: Cannot read property 'updateLocals' of undefined error pointing at aekiro_gameobject.updateLocals(); I've sent you a message on discord but no reply.
I have initialized proUI at the start of each event sheet but when I switch layouts (even to an empty layout) I get this error.
Hope you can help! Thanks!!
SOLVED!!!
I actually just fixed this by removing 4 unused gameobject behaviours from objects in the main layer 0. The behaviours didn't reference anything and the objects were not children of anything..maybe that's why it crashed?? I guess it still shouldn't crash though! :)