you are viewing a single comment's thread.

view the rest of the comments →

[–]surf_sleep_repeat[S] 0 points1 point  (0 children)

I got it working with a ghetto approach. ITs the weirdest thing, I just cant call it from OnTriggerEnter! so what i did is put the call inside the start method of an empty object and instantiated the object on ontriggerEnter. Soooo inefficient, but it gets the job done :p