Hi Viktoria,
As you know, I am working on fixes for these Domain Unload / Reload
crashes. I opened an issue against the public repo for the first crash (on
second init) here:
https://github.com/pythonnet/pythonnet/issues/714
I will do the same for the second crash (on second domain unload) when
Hello,
We are experiencing crashes when running Python.Net in the Unity 2018.2
game engine. Specifically, after modifying a C# script in Unity, an
automatic reload is triggered which results in a crash in Py_Finalize.
Here are the repro steps:
0. Make sure to call PythonEngine.Shutdown on domain
Hello,
We are experiencing crashes when running Python.Net in the Unity 2018.2
game engine. Specifically, after modifying a C# script in Unity, an
automatic reload is triggered which results in a crash in Py_Finalize.
Here are the repro steps:
0. Make sure to call PythonEngine.Shutdown on domain