We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd89693 commit 7a3bc63Copy full SHA for 7a3bc63
unity-csharp-basic/Assets/Scripts/Basic/AddExample.cs
unity-csharp-basic/Assets/Scripts/Basic/AddExample.cs.meta
unity-csharp-basic/Assets/Scripts/Basic/BasicExample.cs
@@ -8,7 +8,6 @@ public class BasicExample : MonoBehaviour
8
List<System.Action> cleanUpFns = new();
9
10
public TMP_Text textCounter;
11
-
12
int entityId;
13
14
void Start()
@@ -40,7 +39,7 @@ void Start()
40
39
// Declare a ToBeRemoved component type
41
var removeComponent = new example.ToBeRemoved { };
42
43
- // Create an entity and add inital components
+ // Create an entity and add an initial components list
44
Ecsact.Defaults.Runner.executionOptions.CreateEntity()
45
.AddComponent(exampleComponent)
46
.AddComponent(removeComponent);
0 commit comments