com.unity.scripting.python 7.0.1
Source docsNotes: processedReleased August 25, 2023
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
No dependency metadata provided.
📈 Improvements
- Renamed the "Python Console" menu item to "Python Script Editor" to match the corresponding window's name.
- Improved UX in Project Settings for Site Packages management and Terminal access.
- The Python context now persists between command executions, and resets when the Python Script Editor window is closed and reopened.
🔧 Bug Fixes
- Added a systematic pop-up message for users trying to overwrite a script that already exists.
- Removed a Python Script Editor content cleanup method that was causing indentation processing issues leading to a PythonException.
- Fixed a Console warning on package installation due to `EventBase.PreventDefault` deprecated in Unity Editor 2023.2.
