Search Issue Tracker
Won't Fix
Votes
1
Found in
2020.3
2020.3.5f1
2021.1
2021.2
2022.1
Issue ID
1366347
Regression
No
[IL2CPP] Build error on Unity 2020.3 and later when using exported DLL from Unity 2019.4
How to reproduce:
1. Open the attached user's project 'IL2CPP_Error_2020.zip'
2. Build And Run on Android
3. Observe logs in the Console
Expected results: The build succeeds without any errors
Actual results: The build fails with 'NullReferenceException' and 'ArgumentNullException' errors in the Console
Reproducible with: 2020.3.20f1, 2021.1.24f1, 2021.2.0b15, 2022.1.0a12
Not reproducible with: 2019.4.31f1 (the DLL is created with this Unity version)
Notes:
- Does not reproduce with Mono Scripting Backend
- Does not reproduce with DLL that is exported from Unity 2020.3 or later
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
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
Resolution Note (2022.1.X):
Between 2019 and 2020 an API change was made to the base class of UnityEngine.XR.ARFoundation.ARSession. Specifically an additional generic argument was added to the UnityEngine.XR.ARFoundation.SubsystemLifecycleManager class. Any dlls built within 2019 will need to be recompiled from source in Unity 2020 or later.