Infinite Runner Engine 3D
  • đŸĨŗWelcome to Infinite Runner Engine 3D
  • âš ī¸Attention
  • đŸ“ēYouTube Tutorials
  • 🤔How to start?
  • đŸ•šī¸Game Scene
    • 🤖Character Controller
      • Change Animations
    • 💀Enemy Follower
      • Change Animations
    • Game Manager
    • Main Camera
    • Curved World
    • Audio Manager
    • Level System
    • Collectables
    • Obstacles
    • Building
    • Pattern System
      • Floor Pref
      • Default Pattern System
      • Rocket Pattern System
      • Special Pattern System
    • ADS Manager
    • Instantiate Object InGame
    • Input And Touch Controller
  • 🎑Title Scene
    • Game Config
    • Audio Manager
    • Shop Manger
    • ADS Manager
    • Level System + Scene Manager
  • âœ‰ī¸Contact
  • 🛑Error installing
Powered by GitBook
On this page
  1. Game Scene
  2. Pattern System

Rocket Pattern System

PreviousDefault Pattern SystemNextSpecial Pattern System

Last updated 1 year ago

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.

đŸ•šī¸