Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.15f1
2022.2.0f1
2023.1.0a21
Issue ID
UUM-20163
Regression
No
Generated C++ code fails to compile due to invalid il2cpp_codegen_cast_struct
How to reproduce:
# Open the attached project "PDA-AR.zip"
# Build the project for UWP
# Open the built project with Visual Studio
# Build
Expected results: Build is successful
Actual results:
Il2CppOutputProject\Source\il2cppOutput\GenericMethods11.cpp(21673): note: Siehe Verweis auf die gerade kompilierte Instanziierung "R il2cpp_codegen_cast_struct<ReadOnlySequence_1_t38998D05CBF65F5F510360A9312CCD3791C56F06,ReadOnlySequence_1_t85097489C00952FC58DF9F3ACE926EAE9A51898A>(S *)" der Funktions-Vorlage.
1> with
1> [
1> R=ReadOnlySequence_1_t38998D05CBF65F5F510360A9312CCD3791C56F06,
1> S=ReadOnlySequence_1_t85097489C00952FC58DF9F3ACE926EAE9A51898A
1> ]
1>
Reproducible with: 2021.3.15f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a21
Could not test with: 2020.3.42f1 (compilation errors in the Console window)
Reproducible on: Windows 10
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
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Resolution Note:
The issue was caused by incompatible versions of System.Buffers.dll and System.Memory.dll found in the project. These DLLs are already part of .NET Standard 2.1 and come from Unity. Deleting these DLLs from the project resolves the issue.