We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7802b commit 77221e2Copy full SHA for 77221e2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [1.3.0]
4
+
5
+Introduces Raycast snippet
6
+- dcrc | Dots Create Raycast
7
8
+Fixes
9
+- Removes extra bracket in ISystem w/ onStart onStop snippet (dcsss)
10
11
## [1.2.0]
12
13
Introduces Aspect snippet
package.json
@@ -2,7 +2,7 @@
"name": "unity-ecs-snippets",
"displayName": "Unity ECS Snippets",
"description": "Snippets for Unity DOTS 1.0.11",
- "version": "1.2.0",
+ "version": "1.3.0",
"publisher": "ashtondev",
"homepage": "https://github.com/ashtonland/unity-ecs-snippets/blob/main/README.md",
"keywords":
0 commit comments