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
- UI Builder Viewport is rendered in solid black and ArgumentOutOfRangeException is thrown when zooming in
- Game view renders yellow color when using RenderTexture.autoGenerateMips with DX12
- The "Multiplayer Widgets" package is displayed as an option for the installation even though it is already installed
- "IMGUIContainer cannot be used in a panel drawn by cameras." error thrown when adding IMGUI Container in UI Builder > Hierarchy
- Crash on GameObject::RemoveComponentFromGameObjectInternal when opening a specific project
Add comment