Search Issue Tracker
Fixed in 6000.0.36f1
Fixed in 6000.0.X, 6000.1.X, 6000.1.0a10
Votes
1
Found in
6000.0.27f1
6000.1.0a4
Issue ID
UUM-87796
Regression
No
The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
How to reproduce:
1. Open the attached “IN-88802” project
2. Build and run the project using the “TestProfile” profile
3. Observe the Scene
4. Open a command line interface and build the project using the command provided in the note below
5. Open the built project
6. Observe the Scene
Expected result: Both builds should display the same scene
Actual result: The first build displays the “GlobalScene” Scene while the second (command-line) build displays “ProfileScene” Scene
Reproducible with: 6000.0.27f1, 6000.1.0a4
Could not test with: 2021.3.46f1, 2022.3.52f1 (Build profiles do not exist)
Reproduced on: Windows 10 (User), Windows 11, macOS
Not reproduced on: No other environment tested
Note: Run this command from the <UnityEditorPath> directory where Unity.exe is located: {{Unity.exe -batchmode -quit -projectPath "<ProjectPath>" -activeBuildProfile "Assets/Settings/Build Profiles/TestProfile.asset" -build "<OutputPath>/MyProject.exe"}}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
Add comment