Advanced
The Remote Config package offers a solution for storing various data types, including Sprites and Colour information.
Generating JSON Remote Config Values
[JsonGenerator("REMOTE_CONFIG_KEY")]
public RemoteConfigClass remoteConfigObject;JsonGenerator is an attribute that creates a button in the Inspector for Serializable objects. (Object should be visible in the inspector.)

Remote Config variables will appear below. Each variable should be added to the Remote Config service.

Last updated
Was this helpful?