Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2019.3.0b9
2020.1
Issue ID
1195844
Regression
No
Crash on C++ native plugin allocation
Steps to reproduce:
1. Open the attached project ("1195844.zip")
2. Open "SampleScene" Scene
3. Enter Play mode
4. Press "Enter" and once the Map has appeared, keep pressing Alpha1 until it crashes
Reproducible with: 2017.4.36f1, 2018.4.15f1, 2019.2.18f1, 2019.3.0f5, 2020.1.0a18
Notes:
- The plugin crashes on the function in the plugin that in C# does the same thing, but doesn't crash Unity
- The 4th step might require to click on any other part of Unity if it doesn't crash
Comments (1)
-
AliceRodriguez
Jul 15, 2020 11:43
Unity is a website where you can share your tracker issues. They have a specific model that is beneficial for you to get the steps of an open project. If your student https://www.bestessays.com/write-my-paper.php then get new techniques to complete your college task. Join their website for getting gaming objectives there. You can also give votes to them.
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Resolution Note:
This is a crash in a native C++ plugin and not something we can fix in Unity.
We suggest attaching a C++ debugger to Unity and setting a symbolic breakpoint in the C++ plugin function that is crashing and try diagnose the issue this way.