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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
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.