I think it's an infinite loop. It's happened to me before
Exploding_Sandwich
Recent community posts
There are two of us working on our game, and it seems like the mass of our player's rigidbody changes depending on who's running it. On my partner's computer and in the first build, the game ran as expected. On my computer and in the second build, the player is treated as being too heavy to move. As far as we can tell, we both have the same version of the game and all relevant settings are identical. Does anyone know of a way to fix this?
Completed all the art we need for the game today. The picture above shows the sprites for all the powerups we added.
For context, we are making a 2-player infinite runner, where both players have to avoid obstacles while eating insects to collect points. The player with the most points when both players die is the winner.
The powerups shown above have the following effects:
- Orange: worth 10 points for whoever gets it
- Ice cube with a fruit inside it: temporarily slows the other player
- Green pepper: temporarily speeds up the player who gets it
- "Key"-lime: temporarily changes the other player's control scheme from a Jetpack Joyride style to a Flappy Bird style
- Starfruit: grants temporary invincibility
- Fly fruit: makes insects worth 2 points instead of 1 for some time
- Ghost pepper: temporarily nullifies any powerups the other player has
We're making an infinite sidescroller for our project. I just finished making all the obstacles and collectables spawn. The intervals for when they spawn and what y-value they spawn at are based on a base value and a random number within a set range being added to them. Also, the objects move faster the longer the game continues to increase the difficulty over time.
This is a jetpack joyride style game with two players trying to outlast each other. We plan to add powerups, but don't know what they will do yet.