Search Issue Tracker
Fixed in 2017.3.X
Votes
2
Found in
2017.1.0b10
Issue ID
922577
Regression
No
Assemblies built with .NET 4.6 are not loaded on their first import
Steps to reproduce:
1. Delete 'Library' folder from the attached project (important)
2. Open attached project
3. Select "dotnet 35 scriptable object" in the project view and observe the inspector
4. Select "dotnet 46 scriptable object" in the project view and observe the inspector in comparison with "35 scriptable object"
Expected behavior: Assemblies built with .NET 4.6 are loaded on their first import (like 3.5)
Notes:
Reimporting the object doesn't fix the issue
Navigating to "Assets/Create/" doesn't show "New .NET 4.6 scriptable object"
In 2017.2.0a3 selecting "dotnet 46 scriptable object" in the project view throws null reference exception
Workaround:
Restart Unity
Reproducible with: 2017.1.0b1, 2017.1.0b10, 2017.2.0a3
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
- GameObject doesn't execute animation the way it's supposed to until any GameObject in the Hierarchy is selected when in the Play Mode
- PropertyField does not properly render its field when changing it back from a valid Asset to "None"
- "ArgumentException: Input Button Enable Debug Button 1 is not set" is thrown when "Enable Debug Button 1" is deleted
- Duplicate invocations when Enabling InputActions during handling an input action
- "Assertion failed on expression" exceptions are thrown when using IJobParallelForTransformExtensions.RunReadOnly
FeastSC2
Aug 15, 2017 00:49
In which version has this been fixed? It's not fixed for me!