BattlehubCode / RTE_Docs

This is a repository for Runtime Editor documentation, discussion and tracking features and issues.
https://assetstore.unity.com/packages/tools/modeling/runtime-editor-64806
11 stars 0 forks source link

MenuItem does not behave correctly when hovering in Unity 2021.3 #17

Closed BattlehubCode closed 2 years ago

BattlehubCode commented 2 years ago

Hey guys, clicking on menu items is a bit buggy how can I fix that

First there's this weird mouse over behavior that makes it hard to interact with the drop downs, trying to add a gif now

is it the problem that when you enter an Area and it has a child Area that also has RaycastTarget? if so ,that beacause the UGUI in new version of unity has Changed the behavior of hover/unhover event, it will trigger exit when you enter sub area and then trigger enter on sub area. On Unity2018 it will not trigger exit and enter on this condition.

BattlehubCode commented 2 years ago

Fixed here https://github.com/Battlehub0x/RTE_AssetStore/commit/2e2a824ab7304c85099d5b582fb9ef14c951b5eb

dlucio commented 2 years ago

Hi @Battlehub0x When will this actualization be available in the Unity Asset Store?