Skip to content

Commit 7a3bc63

Browse files
committed
chore: Remove unneeded script and typo
1 parent fd89693 commit 7a3bc63

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

unity-csharp-basic/Assets/Scripts/Basic/AddExample.cs

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

unity-csharp-basic/Assets/Scripts/Basic/AddExample.cs.meta

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

unity-csharp-basic/Assets/Scripts/Basic/BasicExample.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class BasicExample : MonoBehaviour
88
List<System.Action> cleanUpFns = new();
99

1010
public TMP_Text textCounter;
11-
1211
int entityId;
1312

1413
void Start()
@@ -40,7 +39,7 @@ void Start()
4039
// Declare a ToBeRemoved component type
4140
var removeComponent = new example.ToBeRemoved { };
4241

43-
// Create an entity and add inital components
42+
// Create an entity and add an initial components list
4443
Ecsact.Defaults.Runner.executionOptions.CreateEntity()
4544
.AddComponent(exampleComponent)
4645
.AddComponent(removeComponent);

0 commit comments

Comments
 (0)