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
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
- [macOS] RenderTexture with 8 Sample Anti-Aliasing fails to render
- [iOS] UI Toolkit TextField opens the TouchScreenKeyboard in a minimized state when interacted with using an Apple Pencil
- [iOS] TouchScreenKeyboard minimizes when idling after interacting with it using an Apple Pencil
Add comment