Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.4.0f1
2018.4.3f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1171967
Regression
No
Recompilation is not triggered when projectsettings.asset file changes while Unity is open
To reproduce:
1. Download attached "Project.zip" project and open in Unity
2. Check the value in PlayerSettings > Player > Scripting Define Symbols - the current value is FARMX_UNDEFINE
3. Open "SampleScene" scene
4. Enter to Play mode
5. You will see "UNDEFINE" word in the GameView
6. Exit from Play mode
7. Press Test > ChangeToProd
8. Enter to Play mode
Expected result: You will see "PRODUCTION" word in the GameView
Actual result: You will see "UNDEFINE" word in the GameView
Notes:
- This issue appears on both Windows and macOS
- If You restart Unity Editor then in Play mode you will see "PRODUCTION" word
Reproduced on Unity 2017.4.0f1, 2017.4.29f1, 2018.3.14f1, 2018.4.5f1, 2019.1.11f1, 2019.2.0b10 and 2019.3.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Only the left screen is rendering when using Render Graph Fullscreen Blit in Meta Quest 2
- Context menu with the "Revert" option doesn't appear when pressing the right mouse button on a "Vector2" or "Vector3" property in the Inspector of a custom shader
- Missing Render Feature "Full Screen Pass Render Feature" in any “Universal Renderer Data” asset when upgrading from 2022.3
- Inconsistent ParticleSystemVertexStream.PercentageAlongTrail data range in Trail Texture Modes except "Stretch"
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
Add comment