Search Issue Tracker
Fixed in pre 0.50.0
Votes
1
Found in [Package]
0.8.0-preview.8
Issue ID
1225101
Regression
No
Singleton Entity no longer accessible when "in" parameter modifier is used in ForEach in conjuction with WithChangeFIlter
Steps to reproduce:
1. Open the attached project (case_1225101.zip)
2. Enter Play Mode
3. Open the Console window (Window > General > Console)
Expected result: No exception is thrown and all methods are able to access the Singleton Entity
Actual result: Singleton Entity is no longer accessible and "InvalidOperationException: GetSingleton<TestComponent>() requires that exactly one TestComponent exists but there are 0." is thrown
Reproduced in: 0.6.0-preview.24 (2019.3.9f1, 2020.1.0b5), 0.8.0-preview.8 (2020.1.0b5, 2020.2.0a7)
Cannot test with: 0.5.1-preview.11 and below (certain functionality not available)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment