Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit c32f10d

Browse files
authored
Stop Unity from automatically creating the metrics system on the default world (#14)
1 parent 1231e3e commit c32f10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workers/unity/Assets/Scripts/MetricSendSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
namespace BlankProject
99
{
10+
[DisableAutoCreation]
1011
public class MetricSendSystem : ComponentSystem
1112
{
1213
private Connection connection;

0 commit comments

Comments
 (0)