Skip to content

Commit

Permalink
💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed Dec 8, 2021
1 parent 062569b commit adf4632
Show file tree
Hide file tree
Showing 12 changed files with 527 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RoR2EditorKit/Assets/RoR2EditorKit.asset
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ MonoBehaviour:
Name: RoR2EditorKit
Description: RoR2EditorKit is a toolkit built around developing mods for Risk of
Rain 2
Version: 0.2.2
Version: 0.2.3
Dependencies: []
5 changes: 5 additions & 0 deletions RoR2EditorKit/Assets/RoR2EditorKit/OldChangelogs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.4

* Separated the Enabled and Disabled inspector settings to its own setting file. allowing projects to git ignore it.
* The Toggle for enabling and disabling the inspector is now on its header GUI for a more pleasant experience.

### 0.1.2

* Fixed no assembly definition being packaged with the toolkit, whoops.
Expand Down
9 changes: 4 additions & 5 deletions RoR2EditorKit/Assets/RoR2EditorKit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ RoR2EditorKit comes with special editor windows designed specifically for creati

(Old Changelogs can be found [here](https://github.com/Nebby1999/RoR2EditorKit/blob/main/RoR2EditorKit/Assets/RoR2EditorKit/OldChangelogs.md))

### 0.2.4

* Made sure the Assembly Definition is Editor Only.

### 0.2.3

* Added the ability for the EntityStateConfiguration inspector to ignore fields with HideInInspector attribute.
Expand Down Expand Up @@ -81,8 +85,3 @@ RoR2EditorKit comes with special editor windows designed specifically for creati
* Fixed an issue where the Serializable System Type Drawer wouldn't work properly if the inspected type had mode than 1 field.
* Added a fallback on the Serializable System Type Drawer
* Added a property drawer for EnumMasks, allowing proper usage of Flags on RoR2 Enums with the Flags attribute.

### 0.1.4

* Separated the Enabled and Disabled inspector settings to its own setting file. allowing projects to git ignore it.
* The Toggle for enabling and disabling the inspector is now on its header GUI for a more pleasant experience.
4 changes: 3 additions & 1 deletion RoR2EditorKit/Assets/RoR2EditorKit/RoR2EditorKit.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"ThunderKit.Markdown"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2f9af1c6015733a42be940cc462aa7ed, type: 3}
m_Name: Log 12
m_EditorClassIdentifier:
pipeline: {fileID: 11400000, guid: 95c42be21b50898489b6e40d35ab0046, type: 2}
creationDate:
ticks: 637745762936868299
entries: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2f9af1c6015733a42be940cc462aa7ed, type: 3}
m_Name: Log 13
m_EditorClassIdentifier:
pipeline: {fileID: 11400000, guid: 95c42be21b50898489b6e40d35ab0046, type: 2}
creationDate:
ticks: 637745768842673777
entries: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2f9af1c6015733a42be940cc462aa7ed, type: 3}
m_Name: Log 14
m_EditorClassIdentifier:
pipeline: {fileID: 11400000, guid: 95c42be21b50898489b6e40d35ab0046, type: 2}
creationDate:
ticks: 637745768908567303
entries: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adf4632

Please sign in to comment.