Skip to content

Commit bbbed52

Browse files
committed
Enabled ParticleSystem
1 parent 9161e09 commit bbbed52

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"com.unity.modules.assetbundle": "1.0.0",
88
"com.unity.modules.imgui": "1.0.0",
99
"com.unity.modules.jsonserialize": "1.0.0",
10+
"com.unity.modules.particlesystem": "1.0.0",
1011
"com.unity.modules.physics": "1.0.0",
1112
"com.unity.modules.terrain": "1.0.0",
1213
"com.unity.modules.terrainphysics": "1.0.0",

Packages/packages-lock.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
"source": "builtin",
4646
"dependencies": {}
4747
},
48+
"com.unity.modules.particlesystem": {
49+
"version": "1.0.0",
50+
"depth": 0,
51+
"source": "builtin",
52+
"dependencies": {}
53+
},
4854
"com.unity.modules.physics": {
4955
"version": "1.0.0",
5056
"depth": 0,

0 commit comments

Comments
 (0)