Scene Creation

This section covers the RPG Power Forge feature : Scene Creation !

Oh yeah

This section is up-to-date !

Summary

Feature definition

Scene Creation

The Scene Creation feature allows you to create a new Scene in Unity with predefined settings (player spawn point, tilemap, ...)

Feature location

From the Tool Bar

window_location2.png

Feature details

New Unity Scene

When you select the "Create Scene" option, a new Unity Scene is created with the following GameObjects :

  • Root : A parent GameObject for the whole Scene.
    • Tilemap : A Tilemap GameObject to draw tiles on it.
    • Start : A Spawner GameObject for the Player character.

window_location2.png

Directly playable

Because the Scene is automatically shipped with a "Start" GameObject, you can press the Play button to directly run the Scene : window_location2.png

Did you find this page useful ? Please rate it !