Skip to content

Commit cbba328

Browse files
committed
fix: meta files
1 parent 49cb61b commit cbba328

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Added Addressables support again, now you if addressables is available on your project and the collection is set to non auto loaded, and the collection is set to use addressables, will write some helper code on the static file to load the collectiom from the addressables.
1212
- Added a Addressables Sample project as well
1313
- Added Reset Settings context menu option
14-
- Added the Write Addressable Loading Methods toggle for the collection~~~~
14+
- Added the Write Addressable Loading Methods toggle for the collection
1515

1616
### Changed
1717
- Updated the visuals of the CollectionEditor again, make it a bit tighter and more readable

Samples~/AddressablesCollection/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ This sample demonstrate how you can define one of your collections as Addressabl
1111
3. Make sure you set the `Assets/Samples/Scriptable Object Collection/2.3.1/Addressables Loaded Collection/Database` as Addressable
1212
4. Generate the static file using the `Generate Static File` button
1313
5. This should give you access to the static methods to load and unload the collection like the example file `Assets/Samples/Scriptable Object Collection/2.3.1/Addressables Loaded Collection/Scripts/AddressablesExample.cs`
14-
~~~~

0 commit comments

Comments
 (0)