Namespace UnityEditor.Scripting.Python.Samples
Classes
PySideExample
This is a simplified example of how to create a menu item to launch a PySide2 dialog.
See also PySideExample.py in the same directory.
This example shows:
- two ways to call Python code from C#
- how to send Unity events to Python from C#
- how to restart from a domain reload event