Advanced

The Remote Config package offers a solution for storing various data types, including Sprites and Colour information.

For further information about storing different file types, please see:

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.)

Export Button Appears in the Inspector

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

Remote Configs with Generated Base64 Sprites

Last updated

Was this helpful?