Hey, I’m also taking part in the beginner’s jam and tried out your game.
I actually really liked your approach to not change scenes, It was a fun way to get right into the game! I think it was done really well and including the instruction directly in the level brought it all together :)
I do think the game is pretty difficult though
With unity, there’s a dontdestoryonload() function. Basically you can keep a script or gameobject persisting through scene changes. Theres some little things you have to do to make sure you don’t end up with multiple copies but easy enough.
← Return to game
Comments
Log in with itch.io to leave a comment.
cool
MEOW
Hi everyone, I am new to Unity. This project is to test two programming/ software structure methods.
This is a simple prototype that took two days to develop. Therefore, I used some techniques to speed up development.
We are all beginners. Feel free to share any game development techniques here!
Hey, I’m also taking part in the beginner’s jam and tried out your game. I actually really liked your approach to not change scenes, It was a fun way to get right into the game! I think it was done really well and including the instruction directly in the level brought it all together :) I do think the game is pretty difficult though
With unity, there’s a dontdestoryonload() function. Basically you can keep a script or gameobject persisting through scene changes. Theres some little things you have to do to make sure you don’t end up with multiple copies but easy enough.
Thank you! It is very useful. I've read Unity's documentation for this function, and applied it to my next Game Jam game.