tag
#bootstrap
2 items (2 fixes)
fixes
✓ 26.08.05
"An output-path override can poison the engine's base addon and stop it booting"
An s&box game csproj project-references the engine's Base Library csproj inside the Steam install. A first build or a rebuild writes generated intermediates into the engine tree even with an absolute OutputPath, and duplicate attribute files under the base addon then stop the engine booting. BaseIntermediateOutputPath is not the fix, it is a second trap. Clear the base addon's obj and .build folders to recover.
msbuildcsproj
✓ 26.07.08e
"Minimal scene: Sun, Skybox, Camera, Bootstrap"
Scene holds four GameObjects; Bootstrap OnStart builds the world in code: hotloads better, no scene/code drift.
setupscene