Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.3p1
Issue ID
777878
Regression
No
[WSA] Preserve attribute [RuntimeInitializeOnLoadMethod()] is not invoked after scene is loaded
Preserve attribute [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType loadType)] with parameter "RuntimeInitializeLoadType.AfterSceneLoad" is not invoked on WSA and UWP platform using .NET backend.
With parameter "RuntimeInitializeLoadType.BeforeSceneLoad" works fine.
Reproducible on 5.3.3, 5.4.0b versions;
Repro steps:
1. Open "Init.zip" project.
2. Build to UWP or WSA platforms.
3. Build and run generated project.
4. Comparing with editor observe that [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)] has not been invoked.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
Add comment