Skip to content

Commit 34025a0

Browse files
Andrew Kimfacebook-github-bot
authored andcommitted
fix(Runtime): Add explicit dependency to burst in the Movement package
Summary: Add an explicit dependency to Burst in the Movement package. Reviewed By: sohailshafiiWk Differential Revision: D56360179 fbshipit-source-id: 569a141180b313e4158977a28d13d884e06feefd
1 parent 1e4dfa0 commit 34025a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"description": "Meta Movement",
1111
"dependencies": {
1212
"com.unity.textmeshpro": "3.0.6",
13-
"com.unity.animation.rigging": "1.2.1"
13+
"com.unity.animation.rigging": "1.2.1",
14+
"com.unity.burst": "1.4.1"
1415
}
1516
}

0 commit comments

Comments
 (0)