Search Issue Tracker
Fixed in 4.6.3
Votes
20
Found in
4.6.0b21
Issue ID
641589
Regression
No
m_TransformInfo.localAABB.IsValid when reimporting the example project.
Steps to reproduce :
- import the UI example project
- reimport all and notice the errors
IsFinite(outDistanceAlongView)
UnityEditor.DockArea:OnGUI()
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- AudioManager.Update takes up significantly more CPU time when a big number of Audio Sources are stopped at one time
- [Linux] Editor doesn't build a project when "Install into source code 'build' folder" is enabled after switching projects
- [OpenXR][Vulkan][URP] MSAA does not work on Quest 1/2 builds when using URP + OpenXR + Vulkan
- UI Builder lacks visual feedback on reordering elements when Unity Editor is set to Light Theme
- Crash on core::StringStorageDefault<char>::assign when opening a project
mayasarii876
Mar 09, 2022 05:11
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo
keni4
Apr 20, 2017 13:55
Unity 5.6.0 p1 broke my UI
Thenegotiator
Apr 10, 2017 19:34
I am experiencing this bug in the latest version of Unity 5.6.0f3, all of my scrollbars break upon camera movement.
Rosehardt
Mar 17, 2015 15:44
Got this error in Unity 5,
Restarted unity and that fixed it. I had just committed the project in Git and ran a build, so maybe that's a cause.
Feras
Feb 19, 2015 19:51
I'm using Unity 4.6.1f1 and i also have this issue where the scroll bar handle is intercepting all the UI events
Saruki
Feb 10, 2015 10:03
I'm on 4.6.2f1 and confirm still having this issue!
http://i.imgur.com/LpsMspD.png
Therefore I constated that I have exactly the same amount of prefabs in my scene:
http://i.imgur.com/HrpMuCj.png
Could it be related then? (when UI and prefabs are on a same scene I mean)
Derek Wong
Feb 05, 2015 17:04
I am on 4.6.2f1 and still having this problem, mainly for scrollbar. Same NaN value on pos Y or X (depends on it is vertical or horizontal scrollbar).
Pixelcloud-Games
Jan 09, 2015 10:03
Still having this issue:
Although I'm using the latest Unity Version 4.6.1f1 and tried creating new scrollbars multiple times, it still produces the error at my place.
I can still see broken code in the UI however, which might lead to the problem, described in the post here:
http://forum.unity3d.com/threads/vertical-scroll-bar-handle-top-bottom-becomes-nan-with-scroll-view.285490/
leonidasos
Oct 26, 2014 20:16
it works in 4.6-21 . Earlier I was testing in version 4.6-20 :D I removed my old scrollbar and created new one.
Cheers
leonidasos
Oct 26, 2014 12:47
Steps to reproduce.
Hierarchy example:
-->Panel (Panel)
---> PanelContent (Panel with mask and 'scroll rect' script)
---> OtherPanelWithToggleInside (Panel)
---> OtherPanelWithSliderInside
---> Scrollbar (UI Scrollbar)
Requirements for Scroll Rect (Script):
* Link scrollbar as vertical to 'PanelContent' scroll Rectange script.
* Horizontal property in scroll script is not checked.
* Horizontal Scrollbar property is not linked.
1. Open project
* Errors occurred - same as in description
2. Play scene
3. Open UI
All UI elements on same level hierarchy are not responsive. Sliders, buttons, toggles don't work anymore!
What happend here is:
-->Scrollbar
--->Sliding Rea
---->Handle
Handle element in scrollbar (rect transform component) has set NaN value position Y
After removing scrollbar, other UI elements start to be responsive.