Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1
2019.1.0a11
2019.2.0a1
Issue ID
1129026
Regression
No
Version Defines are not added and throw errors when adding new defines to Assembly Definition
To reproduce:
1. Open any project
2. In Project window, create Assembly Definition file, select it
3. In inspector window, Version Defines section, press + to add new defines
4. Select any Resource from drop-down and click Apply
5. Observe the Version Defines section and console
Expected: selected define is added
Actual: Version Defines section is empty, console infinitely spammed with 'ArgumentNullException: Argument cannot be null" errors (until Assembly file is removed)
Reproduced in: 2019.1.0a11, 2019.1.0b4, 2019.2.0a6
Note1: in addition, Applying without having any define selected will result in console error "AssemblyDefinitionException: Invalid version define"
Note2: feature of Version Defines introduced in 2019.1.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Add comment