Search Issue Tracker
Fixed
Votes
1
Found in
5.0.1p3
Issue ID
694436
Regression
No
IL2CPP produces invalid code with EMGU.CV Plugin
The attached Unity and XCode test projects demonstrate two bugs in the C++ code generated by IL2CPP.
Download the "case_694436-EMGUCVtest.zip", and build to iOS using il2cpp. You will see these two issues:
1. "Value of type 'IntPtr_t6' is not contextually convertible to 'bool'".
2. "No viable conversion from 'uint8_t' (aka 'unsigned char') to 'IntPtr_t6'"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
- "CommandBuffer: temporary render texture not found while executing" warning is shown when Compatibility Mode is enabled and Camera stacking is used
- NotImplementedException is thrown when using System.String.Replace(String, String, Boolean, CultureInfo)
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
Add comment