Skip to content

Commit

Permalink
5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed Sep 29, 2024
1 parent 9e50b3f commit 4792d5a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### '5.2.2'

* Core Changes:
* The ``InheritingTypeSelectDropdown`` can now use the type's full name instead of the type name
* These are preference settings tied to the drawers that use this feature.
* Fixed an issue where the ``EditorSettingsElement`` would sometimes display settings that are orphaned in the current editor context.
* Project Settings are now consolidated under a foldout for ease of access.
* Added menu items for the following actions:
* Refreshing the Asset Database (``Tools/RoR2EditorKit/Utility/Refresh Asset Database``)
* Saving the Asset Database (``Tools/RoR2EditorKit/Utility/Save Assets``)
* Requesting a Script Reload (``Tools/RoR2EditorKit/Utility/Reload Domain``)
* ``IOUtils.GenerateUniqueFileName`` now has a fallback check in the case that the end user doesnt provide the ``.`` char for the ``extension`` parameter.

* RoR2Scripts Changes:
* Added new PropertyDrawers for both EntityStateMachines and GenericSkills (Thanks TheTimeSweeper!)
* As a result for the EntityStateMachine drawer, the ``NetworkEntityStateMachineInspector`` has been removed.
* The ``SerializableEntityStateTypeDrawer`` and the ``SerializableSystemTypeDrawer`` now fully qualify the base game's types.
* Fixed bug where the ``SerializableEntityStateTypeDrawer`` or the ``SerializableSystemTypeDrawer`` would change values without the user's consent.

* R2APISupport Changes:
* Added support for the ``AddressReferencedFamilyDirectorCardCategorySelection``.

### '5.2.1'

* Core Changes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,12 @@ public sealed class AddressReferencedUnlockableDefDrawer : AddressReferencedAsse
{
protected override string AddressTooltip => "The Address or Asset Name of the UnlockableDef";
}
#if R2EK_R2API_DIRECTOR
//-----
public sealed class AddressReferencedFamilyDirectorCardCategorySelectionDrawer : AddressReferencedAssetDrawer<AddressReferencedFamilyDirectorCardCategorySelection>
{

}
#endif
}
#endif
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": ""
},
"displayName": "RoR2EditorKit",
"version": "5.2.1",
"version": "5.2.2",
"unity": "2021.3",
"description": "The Risk of Rain 2 Editor Kit (Abreviated as ROR2EK) is a unity package designed specifically for helping mod creators create content for Risk of Rain 2.",
"dependencies": {
Expand Down

0 comments on commit 4792d5a

Please sign in to comment.