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
- ScalableBufferManager does not work correctly when MSAA and RenderGraph Compatability are enabled
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
Add comment