Search Issue Tracker
Fixed in 5.3.7
Votes
1
Found in
5.3.5p7
Issue ID
827748
Regression
No
[UWP] UnityEvent.RemoveListener doesn't remove event on builds with .NET native
Steps to reproduce:
1. Open and build attached project
2. Run build and when it starts click on "Attach Block" button, this will add event which will the be invoked and removed. As a result "FFC block" will be printed once sphere turns back to white
3. Click button again and notice that this time "FFC Block" is printed twice - this means that listener wasn't removed
Not reproducible with IL2CPP backend or on WSA
Reproduced with: 5.2.5f1, 5.3.6p4, 5.4.0p4, 5.5.0b2
Fixed in 5.3.6p7 and 5.4.1p3.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Version Control window during "Create workspace" updates only when the mouse is moved
- Crash on AudioMixer::GetFloat when entering Play Mode in a specific project
- Test assembly files are not generated when using a local package included in a subdirectory
- URP Terrain Shaders are always included when building on any target platform
- Multiple errors thrown and Scene/Game view is not rendered when Lighting Override Mask is set to the same layer as the Volume
Add comment