Hi
I put the Ani.Mate boo script in my project’s script folder. I try to call one of the functions and I get this message:
Assets/Standard Assets/Scripts/rotationTest.js(23,9): BCE005: Unknown Identifier: ‘Ani’
Please help :shock: I’ve spent close to 2 hours on this
will not work
you need to put the boo script into the standard assets/scripts folder and your js somewhere outside the standard assets / pro assets folder. otherwise it will not work, as you can not use a boo / C# that is compiled in the same or even a later step than your JS script
Thank you Dreamora, Worked like a charm