• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Need help on "Resource load failures encountered..."

M

meme

Guest
Hey guys, so I have this error:
1610641649131.png


Here is why I got this error on the first place, so I got a parent object (A), a child object (B), and a grandchild object (C). I wanted to make the grandchild object (C) to be the child of the parent object (A) directly instead of having nested inheritance. But I'm dumb and instead of assigning it to the (A) object directly, I deleted the (B) object, and then assigning (C) to (A). this "opuOBSTACLE" refers to (B) object.

If you have any solution, pls let me know T_T
 
M

meme

Guest
Update: I "solved" it by opening the .yy and delete the references. No errors are shown, but idk whether it is 100% solved or not.
 
Top