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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
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.