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
-
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
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
- Different colors are present when Alpha channel is unclamped
- Visual Effects Forums link leads to generic Unity Forums
- The dithering node returns a blocky effect when the Render Scale is set to some values below 1
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.