Search Issue Tracker
By Design
Votes
0
Found in
2018.2.0f2
Issue ID
1060002
Regression
No
Dllimport Charset works incorrectly in IL2CPP Standalone Player
Steps to reproduce:
1. Open user attached project
2. In Player Settings, set Mono as Scripting Backend
3. Build and run Standalone
4. Observe the result: "UnityWndClass"
5. In Player Settings, change Scripting Backend value to IL2CPP
6. Build and run Standalone
7. Observe the result: "U"
Expected: The IL2CPP result should be the same as mono: "UnityWndClass"
Reproduced with: 2018.1.0a6, 2018.1.9f1, 2018.2.0f2, 2018.3.0a4
2018.1.0a6 is the first version to support IL2CPP Standalone
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Add comment