Search Issue Tracker
Fixed in 1.0.11
Votes
0
Found in [Package]
1.0.2
Issue ID
1156795
Regression
Yes
[Visual Studio] .csproj and .sln files are generated incorrectly causing Visual Studio to not understand Unity types
How to reproduce:
1. Open any project in 2019.2.0a12 or above and install Visual Studio Editor package
2. Write any Unity related script in any file (for example something containing GameObjects or Transforms)
-- Observe the console errors
Reproduced with: 2019.3.0a4 with package version 1.0.2 and 1.0.10
Couldn't reproduce on any 2019.2 version with any package version.
Note: Different kind of errors in 2019.3.0a1.
Errors:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Experimental.AssetImporters.AssetImporterEditor.InternalSetTargets (UnityEngine.Object[] t) (at C:/buildslave/unity/build/Modules/AssetPipelineEditor/ImportSettings/AssetImporterEditor.cs:122)
UnityEditor.Editor.OnForceReloadInspector () (at C:/buildslave/unity/build/Editor/Mono/Inspector/Editor.cs:603)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment