#Animator not working after reloading scene

1 messages · Page 1 of 1 (latest)

manic torrent
#

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

#

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

hazy meadow
#

do you recreate player prefab?

#

on scene load?

#

or its "just there" in the scene?

#

any errors in console?

manic torrent
#

Its "just there", and no errors

hazy meadow
#

looks to me the code that drives animator loses reference to it

manic torrent
#

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