Skip to content

Demonstration of a bug in Unity. Calling callbacks from native threads into C# will crash the unity debugger and unity editor.

License

Notifications You must be signed in to change notification settings

devluz/UnityDebuggerBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityDebuggerBug

Demonstration of a bug in Unity. Calling callbacks from native threads into C# will crash the unity debugger and unity editor.

To reproduce the bug:

  1. Open the unity project
  2. start the "startscene"
  3. Either attach the debugger at the start and walk trough the NativePlugin.cs or run the example and attach the debugger after it and press the pause button
  4. Unity and visual studio will crash

About

Demonstration of a bug in Unity. Calling callbacks from native threads into C# will crash the unity debugger and unity editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published