Fixed issue, where scenes could be valid, but not loaded and still crash Unity Editor when accessing path
This commit is contained in:
parent
d34a50767b
commit
230a976a52
4 changed files with 16 additions and 4 deletions
|
|
@ -1,13 +1,18 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [2.0.2] - 2025-12-15
|
||||
|
||||
### Fixed
|
||||
- Fixed issue, where scenes could be valid, but not loaded and still crash Unity Editor when accessing path
|
||||
|
||||
|
||||
## [2.0.1] - 2025-12-15
|
||||
|
||||
### Fixed
|
||||
- Fixed issue, where fetching scenes would not initially check if the scene was valid before accessing the path
|
||||
|
||||
|
||||
|
||||
## [2.0.0] - 2025-12-06
|
||||
- Navigation tools upgraded to use the new `MainToolbarElement` API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue