Skip to content

Commit 729731a

Browse files
committed
Update mod SDK
1 parent e2b8d5c commit 729731a

File tree

1,311 files changed

+230395
-1356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,311 files changed

+230395
-1356
lines changed

Assets/CoreLibPackage/CoreLib.Editor/Editor/CoreLib.Editor.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"Pug.UnityExtensions.dll",
3030
"Pug.ECS.Authoring.dll",
3131
"PugText.Editor.dll",
32-
"I2.dll"
32+
"I2.dll",
33+
"SpriteInstancing.dll"
3334
],
3435
"autoReferenced": true,
3536
"defineConstraints": [],

Assets/CoreLibPackage/CoreLib.Editor/Editor/PickStringFromEnumDrawer.cs

Lines changed: 0 additions & 69 deletions
This file was deleted.

Assets/CoreLibPackage/CoreLib.Editor/Editor/PickStringFromEnumDrawer.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

Assets/Graphics/Presets/SpriteObject.preset

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Preset:
99
m_Name: SpriteObject
1010
m_TargetType:
1111
m_NativeTypeID: 114
12-
m_ManagedTypePPtr: {fileID: 179130730, guid: 8755fc0f8990e9f418149df4a482da57,
12+
m_ManagedTypePPtr: {fileID: 1908045241, guid: 8755fc0f8990e9f418149df4a482da57,
1313
type: 3}
1414
m_ManagedTypeFallback:
1515
m_Properties:
@@ -112,7 +112,7 @@ Preset:
112112
- target: {fileID: 0}
113113
propertyPath: material
114114
value:
115-
objectReference: {fileID: 2100000, guid: eceac79fd2d4a3248a7d948be096fc03, type: 2}
115+
objectReference: {fileID: 2100000, guid: 571bf3c761ee86c4f9d8e65be27151be, type: 2}
116116
- target: {fileID: 0}
117117
propertyPath: m_startAnimationHash
118118
value: 0
@@ -133,4 +133,28 @@ Preset:
133133
propertyPath: processAnimationEvents
134134
value: 0
135135
objectReference: {fileID: 0}
136+
- target: {fileID: 0}
137+
propertyPath: syncSource
138+
value:
139+
objectReference: {fileID: 0}
140+
- target: {fileID: 0}
141+
propertyPath: syncAnimation
142+
value: 1
143+
objectReference: {fileID: 0}
144+
- target: {fileID: 0}
145+
propertyPath: syncVariant
146+
value: 1
147+
objectReference: {fileID: 0}
148+
- target: {fileID: 0}
149+
propertyPath: syncSprite
150+
value: 0
151+
objectReference: {fileID: 0}
152+
- target: {fileID: 0}
153+
propertyPath: maskChannel
154+
value: 0
155+
objectReference: {fileID: 0}
156+
- target: {fileID: 0}
157+
propertyPath: maskInteraction
158+
value: 0
159+
objectReference: {fileID: 0}
136160
m_ExcludedProperties: []

Assets/Metadata/CoreLib.Commands.asset

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ MonoBehaviour:
5656
cacheBundles: 0
5757
buildLinux: 1
5858
buildBurst: 1
59-
assets: []
60-
lastBuildLinux: 0
59+
assets:
60+
- path: Assets/CoreLibPackage/CoreLib.Commands/README.md
61+
hash: 641685DF318A70B68DA32A320DD033D5D93CCD2DECA90FFDDABE99C4116616B7
62+
lastBuildLinux: 1

Assets/Metadata/CoreLib.Drops.asset

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ MonoBehaviour:
3232
modPath: Assets\CoreLibPackage\CoreLib.Drops
3333
forceReimport: 0
3434
buildBundles: 0
35+
cacheBundles: 0
3536
buildLinux: 1
3637
buildBurst: 0
38+
assets: []
39+
lastBuildLinux: 0

Assets/Metadata/CoreLib.JsonLoader.asset

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ MonoBehaviour:
1616
guid: 55052aadbff34d47b5304af3487a85b2
1717
name: CoreLib.JsonLoader
1818
skipSafetyChecks: 1
19+
disableScripts: 0
1920
accessesExtraAssemblies: 1
2021
disableHarmonyPatching: 0
2122
requiredOn: -1
@@ -34,5 +35,8 @@ MonoBehaviour:
3435
modPath: Assets\CoreLibPackage\CoreLib.JsonLoader
3536
forceReimport: 0
3637
buildBundles: 1
38+
cacheBundles: 0
3739
buildLinux: 1
3840
buildBurst: 0
41+
assets: []
42+
lastBuildLinux: 0

Assets/Metadata/CoreLib.RewiredExtension.asset

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ MonoBehaviour:
2020
accessesExtraAssemblies: 1
2121
disableHarmonyPatching: 0
2222
requiredOn: 0
23-
files: []
23+
files:
24+
- path: Scripts/Scripts/RewiredExtensionModule.cs
25+
- path: Scripts/Scripts/Patches/Rewired_Patch.cs
26+
- path: Scripts/Scripts/Patches/Rewired_Init_Patch.cs
27+
- path: Scripts/Scripts/Patches/ControlMappingMenu_Patch.cs
28+
- path: Scripts/Scripts/KeyBindData.cs
29+
- path: Scripts/RewiredExtensions.cs
2430
dependencies:
2531
- modName: CoreLib
2632
required: 1
@@ -29,5 +35,10 @@ MonoBehaviour:
2935
modPath: Assets\CoreLibPackage\CoreLib.RewiredExtension
3036
forceReimport: 0
3137
buildBundles: 0
38+
cacheBundles: 0
3239
buildLinux: 1
3340
buildBurst: 0
41+
assets:
42+
- path: Assets/CoreLibPackage/CoreLib.RewiredExtension/README.md
43+
hash: 5936261848948518D4AA2E2F43114FFC8B297BBC71826E28E689E6EF26A45F26
44+
lastBuildLinux: 1

Assets/ModSDK/Materials/SpriteObject/UGC IndirectLight SpriteObject.mat

Lines changed: 0 additions & 92 deletions
This file was deleted.

Assets/ModSDK/Materials/SpriteObject/UGC Unlit SpriteObject.mat

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)