Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b17
Issue ID
628858
Regression
No
New events added to an EventTrigger cannot be removed in inspector if there is more than event group
To Reproduce:
1. Add a new EventTrigger.
2. Add new event (PointerEnter) & add 2 entries to it.
3. Add a pointer exit event, notice that
3.1 it has already two entries, which are duplicates of the entries in the first event.
3.2 Entries in the new event cannot be deleted, the minus is greyed out and you have to create an additional entry to be able to delete any entries.
Comments (2)
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
iwaldrop
Sep 05, 2014 23:32
Furthermore, this happens to me as well, on my machine at work (4.6.0b18) and my machine at home (4.6.0b17). It happens every time for me, so I'm not sure why this was marked as Not Reproducible.
iwaldrop
Sep 05, 2014 23:31
I agree that the behavior of 3.1 is a bug. Point 3.2, however, I believe is intended. Right-click the entry you wish to remove, and the minus (-) button will be enabled. It makes sense to me, but it might also be changed such that the minus button is never disabled, and instead will simply delete entries from the bottom up.