Best Practices When Committing To Source Control

Are there any best practices when committing an Unreal Cesium project to source control?

More specifically should Content/CesiumSettings/CesiumIonSaas.uasset be committed to source control? I ask this because the DefaultIonAccessToken is easily readable from the uasset file.

Thanks.

Hi @und_miller, welcome to the community!

Generally, yes! The CesiumIonSaas.uasset contains information about a Cesium ion server instance, and the default access token to use with it. So if you want to save this default ion access token for your project, you should commit the file.

Just be careful about committing your tokens publicly – it’s possible that other people can see and use them. That’s why we rotate our sample tokens bi-monthly :smile: Let us know if you have any follow-up questions or concerns!