snowplow / snowplow-unity-tracker

Snowplow event tracker for Unity. Add analytics to your Unity games and apps
http://snowplowanalytics.com
Apache License 2.0
16 stars 11 forks source link

Demo game has missing Scenes in Build settings #34

Closed paulboocock closed 3 years ago

paulboocock commented 4 years ago

To fix the Build settings, each scene needs to be re-added to the Build Settings dialog.

This is due to the scene file GUIDs being regenerated due to missing .meta files. .meta data for assets should be commited and the BuildSettings.asset updated with the correct GUID references.