You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
12
- Added a new "Worker Inspector" Editor window. [#1375](https://github.com/spatialos/gdk-for-unity/pull/1375)[#1379](https://github.com/spatialos/gdk-for-unity/pull/1379)[#1382](https://github.com/spatialos/gdk-for-unity/pull/1382)
13
13
- This window displays worker information like: worker flags, worker ID, and worker type.
14
14
- This window also displays the entities that a worker has checked out.
15
-
- For each entity checked out, you can view the components on that entity and whether the worker is authoritative over that component.
15
+
- For each entity checked out, you can view the components on that entity and whether the worker is authoritative over that component.
16
+
- Each component can have an icon associated with it, set through a schema annotation. [#1385](https://github.com/spatialos/gdk-for-unity/pull/1385)
Copy file name to clipboardExpand all lines: workers/unity/Packages/io.improbable.gdk.debug/.codegen/Source/Generators/DebugExtensions/ComponentVisualElementGenerator.cs
Copy file name to clipboardExpand all lines: workers/unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Model/Details/TypeDetails/UnityComponentDetails.cs
+16
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ public class UnityComponentDetails : GeneratorInputDetails
Copy file name to clipboardExpand all lines: workers/unity/Packages/io.improbable.gdk.transformsynchronization/.schema/improbable/gdk/transform_synchronization/transform_internal.schema
0 commit comments