- Home /
Scene Loading Issue.
So I've got a part in my game where the player is attacked and dies, resulting in them waking up in black fluid. you swim in that fluid towards a portal, and you go to an underground level. Link to video, showing the error So what should happen on this part, is that when the player enters the portal, they go into a different scene. But what happens, is nothing. In the script, it says to log when the player enters, but it doesn't do that either. My suspicions are that the scene isn't loading properly, and this results in the script not working. My evidence for this, are these errors, indicating a file is missing.
My current method of unleashing this chain of events is to 1. Have the player detected inside of a trigger
have the power be on
Put the monster's position on a set place
parent the player to the monster's hand (for the kneck snapping animation)
play the animation
have an event fire, running This Code
have the scene loaded
the player swims to the portal
when the player reaches the portal, This Code is fired, or should be