Made a thread to not disturb the ongoing stuff, having a big issue atm, whenever I reload the scene my Player object is in, its animator component just stops working entirely. Same thing happens if I go from this scene to another scene, than back to the same starter scene
https://files.catbox.moe/c4ojuz.gif
#Animator not working after reloading scene
1 messages · Page 1 of 1 (latest)
Starting in another scene then moving onto the problematic scene works fine though
Animator not working after reloading scene
I messed the title up :3c
do you recreate player prefab?
on scene load?
or its "just there" in the scene?
any errors in console?
Its "just there", and no errors
looks to me the code that drives animator loses reference to it
in the player object there are two animators, one in the base with all the stuff needed for it to work, and another on the playermodel