Rocket Pattern System

It is the generation of Items when activating the rocket.

You can create obstacles or flying enemies and place them.

The more distributions you create, the more varied the level will be. Don't place the obstacles so close, it will be difficult to play. It is advisable to place moving objects at the beginning, this way the object will have enough space before colliding with another object.

Create Pattern Item: Create a new blank layout so you can assign the objects.

Delete Pattern Item: Delete the latest distribution.

Modify Item Position:

Here you can modify the global position of each element in the scene.

*Attention, if you do not know how Unity handles the positions of X, Y, Z of each element, do not modify them, you could destroy the game.

*Do not modify the Z position of the elements.

* It is only advisable to move the Y position positively, and the X position if the element is larger or smaller than normal.

*If it doesn't work correctly, revert the changes..

*Do not add more elements, only 31 are allowed, that is enough, do not insist.

Position Y For all Item: this is the position (Height) of the rocket, here you can change it, if you want it to be higher or lower the rocket places a general position for everyone, and then change the height of each item if you want one this one higher than the other.

Last updated