Essential Systems
  • Welcome
  • Getting Started
    • Quickstart
    • ‼️Installation Guide
  • Systems
    • Object Pooling
    • Audio
    • Camera Shake
    • Console
    • Dialogue
    • Interface
    • Inputs
    • Proximity
    • Spawner
    • UI Components
    • Particles
    • Objects
    • Editor
    • Scenes
    • Utility
Powered by GitBook
On this page
  1. Systems

Editor

Essential Systems comes with some editor functions that will speed up development time and make Unity just a tad bit more pleasant to use.

Set Play Mode Start Scene

A very simple script that has one purpose; When you press Play in the Unity Editor, instead of starting in the current scene, it starts at the first listed scene in the build settings. The purpose for this is to allow for Development in one scene, and quickly test the entire game without having to explicitly change to the main scene every time.

PreviousObjectsNextScenes

Last updated 3 months ago