kwnetzwelt / unity-build-system

MIT License
59 stars 11 forks source link

Fix build scenes handling #14

Closed HamzaRino closed 2 years ago

HamzaRino commented 2 years ago

do not modify ProjectSettings/EditorBuildSettings.asset save scenes as GUIDs and not paths (so safe to rename or move), actually no need to save scenes in two separate lists, SceneAssets is enough.