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.
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 Let us know if you have any follow-up questions or concerns!