Skip to content

Commit 576ec15

Browse files
committed
Add new commands to readme list
1 parent 491cad3 commit 576ec15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Coding in Unity DOTS indroduces new boilerplate that needs to be remembered. Fro
3232
| dcsc | Create a Unity DOTS unmanaged shared component (for components used on many entities & with the same values) |
3333
| dcmsc | Create a Unity DOTS managed shared component (for shared components using non-blittable types) |
3434
| dcj | Create a Unity DOTS Job (no `using Unity.Entities` added with this command, for it is likely added to a System file & not standalone) |
35+
| dcb | Create a Unity DOTS component baker & its authoring monobehavior class |
36+
| dcbd | Create a Unity DOTS component baker referencing another data source (i.e. mesh, gameObject, scriptable obj...) |
3537

3638
### Naming Convention
3739
The commands above all begin with dc standing for "Dots Create ..." which means you can always just type dc and use the dropdown to find or read more about any command. For example, `dcsc` stands for Dots Create Shared Component.

0 commit comments

Comments
 (0)