Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2020.3
2020.3.9f1
2021.1
2021.2
2022.1
Issue ID
1358586
Regression
No
[IL2CPP] DownloadHandlerScript overrides not invoked when Managed Stripping Level is set to High
How to reproduce:
1. Open the attached project's "case_1358586-Project.zip" Scene labeled "SampleScene"
2. Enter the Play Mode
3. View the Console Window
4. Make sure that the overridden ReceiveData method is called
5. Make an IL2CPP build (either changing the scripting backend to IL2CPP or platform to WebGL)
6. Open the build
7. Check if a message is logged from 'ReceiveData'
Expected result: Overridden DownloadHandlerScript methods are called when Managed Stripping Level is set to High
Actual result: Overridden DownloadHandlerScript methods are not called when Managed Stripping Level is set to High
Reproducible with: 2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a5
Workaround:
- Marking the required method/class with 'UnityEngine.Scripting.Preserve' attribute, to ensure it's not stripped
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
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
- “Item m_LightProbeSystem not found” warning is thrown when pressing the “Open” button multiple times in the Adaptive Probe Volume component warning
Resolution Note (2022.1.X):
It is possible to work around this issue by avoiding the "High" stripping level. We don't plan to correct this specific issue.