Search Issue Tracker
Fixed
Unknown (hidden) 2020.3.X
Fixed in 2021.3.13f1
Votes
0
Found in
2020.3.40f1
2021.3.11f1
Issue ID
UUM-15556
Regression
No
Scripting Define Symbols list is overwritten on all platforms when changes have not yet been applied on one platform
Steps to reproduce:
1. Create a new project
2. Navigate to Edit > Project Settings... > Player > Other Settings > Script Compilation
3. Add an element to the Scripting Define Symbols list, but do not click the “Apply” button
4. Observe the Scripting Define Symbols list on other platforms
Expected result: Scripting Define Symbols list is only affected on the platform it was modified on
Actual result: Scripting Define Symbols list becomes the same on all platforms
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.14f1
Not reproducible with: 2022.1.15f1, 2022.1.18f1, 2022.2.0b9, 2023.1.0a12
Notes:
- If there are pre-existing elements that have been applied, these get overwritten as well.
- Applying the changes to the list makes the values of other platform lists return to their previous states
- Likely related to UUM-3083, as it is fixed in the same version
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
Resolution Note (2020.3.X):
The backport requires other changes to land first, it would take a lot of work. In the meantime for 2020.3, just have to be aware of this limitation