Search Issue Tracker
By Design
Votes
0
Found in
5.1.0f2
Issue ID
699400
Regression
Yes
[Plugin] Unity editor fails to import some of the DLLs when importing a package
Steps to reproduce:
1. Create new Unity project
2. Import the attached package
3. Notice the errors thrown in the console:
Assets/uFrame/MVVM/Framework/Base/Serialization/Json/JsonStream.cs(229,47): error CS0117: `uFrame.JSONClass' does not contain a definition for `AsQuaternion'
Assets/uFrame/MVVM/Framework/Base/Serialization/Json/JsonStream.cs(385,34): error CS1061: Type `uFrame.JSONNode' does not contain a definition for `AsQuaternion' and no extension method `AsQuaternion' of type `uFrame.JSONNode' could be found (are you missing a using directive or an assembly reference?)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment