Skip to content

Commit dd1e7db

Browse files
authored
Merge pull request #3 from ecsact-dev/feat/unity-csharp-example-redux
2 parents c73368e + 7a3bc63 commit dd1e7db

39 files changed

+1310
-209
lines changed

unity-csharp-basic/Assets/Editor/EcsactSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ MonoBehaviour:
1818
runtimeBuilderDebugBuild: 1
1919
runtimeBuilderPrintSubcommandStdout: 1
2020
runtimeBuilderPrintSubcommandStderr: 1
21+
recipePath: rt_entt
2122
runtimeBuilderCompilerPath:
22-
recipePath: C:\Users\Austin\Documents\programming.ecsact-recipe-bundle

unity-csharp-basic/Assets/KennyAssets.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
3+
Shape Characters (1.0)
4+
5+
Created/distributed by Kenney (www.kenney.nl)
6+
Creation date: 26/10/2023
7+
8+
------------------------------
9+
10+
License: (Creative Commons Zero, CC0)
11+
http://creativecommons.org/publicdomain/zero/1.0/
12+
13+
You can use this content for personal, educational, and commercial purposes.
14+
15+
Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement)
16+
17+
------------------------------
18+
19+
• Website : www.kenney.nl
20+
• Donate : www.kenney.nl/donate
21+
22+
• Patreon : patreon.com/kenney
23+
24+
Follow on social media for updates:
25+
26+
• Twitter: twitter.com/KenneyNL
27+
• Instagram: instagram.com/kenney_nl
28+
• Mastodon: mastodon.gamedev.place/@kenney

unity-csharp-basic/Assets/KennyAssets/License.txt.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.33 KB
Loading

unity-csharp-basic/Assets/KennyAssets/red_body_square.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.34 KB
Loading

unity-csharp-basic/Assets/KennyAssets/yellow_body_square.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unity-csharp-basic/Assets/Resources/Block.prefab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Transform:
2424
m_PrefabInstance: {fileID: 0}
2525
m_PrefabAsset: {fileID: 0}
2626
m_GameObject: {fileID: 3720669893867519761}
27+
serializedVersion: 2
2728
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2829
m_LocalPosition: {x: 0, y: 0, z: 0}
29-
m_LocalScale: {x: 4, y: 4, z: 1}
30+
m_LocalScale: {x: 3, y: 3, z: 1}
3031
m_ConstrainProportionsScale: 0
3132
m_Children: []
3233
m_Father: {fileID: 3720669893940592136}
33-
m_RootOrder: 0
3434
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3535
--- !u!212 &3720669893867519763
3636
SpriteRenderer:
@@ -73,7 +73,7 @@ SpriteRenderer:
7373
m_SortingLayerID: 0
7474
m_SortingLayer: 0
7575
m_SortingOrder: 0
76-
m_Sprite: {fileID: 7482667652216324306, guid: 311925a002f4447b3a28927169b83ea6, type: 3}
76+
m_Sprite: {fileID: 21300000, guid: c0167f84e64cd6340915eff8d90ee8f4, type: 3}
7777
m_Color: {r: 1, g: 1, b: 1, a: 1}
7878
m_FlipX: 0
7979
m_FlipY: 0
@@ -107,12 +107,12 @@ Transform:
107107
m_PrefabInstance: {fileID: 0}
108108
m_PrefabAsset: {fileID: 0}
109109
m_GameObject: {fileID: 3720669893940592142}
110+
serializedVersion: 2
110111
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
111112
m_LocalPosition: {x: 0, y: 0, z: 0}
112113
m_LocalScale: {x: 1, y: 1, z: 1}
113114
m_ConstrainProportionsScale: 0
114115
m_Children:
115116
- {fileID: 3720669893867519760}
116117
m_Father: {fileID: 0}
117-
m_RootOrder: 0
118118
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

unity-csharp-basic/Assets/Resources/Settings/EcsactRuntimeSettings.asset

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MonoBehaviour:
1414
m_EditorClassIdentifier:
1515
useVisualScriptingEvents: 1
1616
runner: 0
17-
deltaTime: 32
1817
defaultRegistry:
1918
registryName: Default Registry
2019
updateMethod: 2

0 commit comments

Comments
 (0)