You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to Scriptable Object Menu will be documented in this file.
2
3
3
-
## [1.0.3] - 2021-12-20
4
-
Added ScriptableObject Menu as a Unity package.
5
-
Added dialog path synchronisation with the Project Window.
6
-
Added assembly filtering.
4
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
+
6
+
## [2.0.0] - 2023-01-29
7
+
8
+
### Added
9
+
- Shortcut to create assets from selected types in the Project Window
10
+
- Shortcut to clone assets from selected types in the Project Window
11
+
- Ability to open newly created scripts with associated application
12
+
- Ability to sort asset menu items alpha-numerically
13
+
- Ability to group asset menu items by assembly
14
+
- Editor only functions to the default template file
15
+
- Configurable properties to the Project Settings window
16
+
- Full support for user defined assemblies
17
+
18
+
### Changed
19
+
- Optimised type discovery via TypeCache (for v19.2+ users)
20
+
- Refactored for full integration with the Project Window
21
+
22
+
### Removed
23
+
- Access modifiers from the default template file
24
+
25
+
## [1.3.0] - 2021-12-20
26
+
27
+
### Added
28
+
- Unity package support
29
+
- Assembly filtering
30
+
- Dialog path synchronisation with the Project Window
0 commit comments