All Collections
Luna Replay
Using the Luna Replay Plugin
How do I create fields within Luna Replay?
How do I create fields within Luna Replay?

Learn how to configure game variables with Luna Replay.

Paola Croce avatar
Written by Paola Croce
Updated over a week ago

When preparing your game in Unity, you are able to apply the LunaCreative SuiteField attribute to any serializable field (i.e. public fields of MonoBehaviours and ScriptableObjects or fields marked with SerializeField attribute).

This variable will be surfaced in the playable editor in Creative Suite. These fields should be used within your game code so that the default values are overridden when the game is initialised.

You can read more about this here.

Did this answer your question?