Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
3
3D Fruit
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanqing
3D Fruit
Commits
3a0e9283
Commit
3a0e9283
authored
Apr 30, 2021
by
xujr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
粒子和碰撞修改
parent
92e9e0ad
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
2474 additions
and
17025 deletions
+2474
-17025
ArtScenes 1.unity
3D Fruit/Assets/#A1_Scenes/Game_test/ArtScenes 1.unity
+50
-713
FruitView.cs
3D Fruit/Assets/#A2_Scripts/Battle/View/FruitView.cs
+2
-2
Lemon.prefab
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Lemon.prefab
+132
-2
Orange.prefab
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Orange.prefab
+132
-2
Strawberry.prefab
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Strawberry.prefab
+132
-2
Level2_Water.prefab
3D Fruit/Assets/#A3_Prefabs/LevelWater/Level2_Water.prefab
+8
-8
Level_Water.prefab
3D Fruit/Assets/#A3_Prefabs/LevelWater/Level_Water.prefab
+4
-4
LiquidParticles_Lemon 1.prefab
...ssets/#A3_Prefabs/Watereff/LiquidParticles_Lemon 1.prefab
+0
-4809
LiquidParticles_Lemon 1.prefab.meta
.../#A3_Prefabs/Watereff/LiquidParticles_Lemon 1.prefab.meta
+0
-7
LiquidParticles_Lemon.prefab
.../Assets/#A3_Prefabs/Watereff/LiquidParticles_Lemon.prefab
+70
-12
LiquidParticles_Orange 1.prefab
...sets/#A3_Prefabs/Watereff/LiquidParticles_Orange 1.prefab
+0
-4809
LiquidParticles_Orange 1.prefab.meta
...#A3_Prefabs/Watereff/LiquidParticles_Orange 1.prefab.meta
+0
-7
LiquidParticles_Orange.prefab
...Assets/#A3_Prefabs/Watereff/LiquidParticles_Orange.prefab
+70
-12
LiquidParticles_Strawberry 1.prefab
.../#A3_Prefabs/Watereff/LiquidParticles_Strawberry 1.prefab
+0
-4809
LiquidParticles_Strawberry 1.prefab.meta
...Prefabs/Watereff/LiquidParticles_Strawberry 1.prefab.meta
+0
-7
LiquidParticles_Strawberry.prefab
...ts/#A3_Prefabs/Watereff/LiquidParticles_Strawberry.prefab
+70
-12
Level0.prefab
3D Fruit/Assets/Res/Levels/Level0.prefab
+1804
-1808
No files found.
3D Fruit/Assets/#A1_Scenes/Game_test/ArtScenes 1.unity
View file @
3a0e9283
This diff is collapsed.
Click to expand it.
3D Fruit/Assets/#A2_Scripts/Battle/View/FruitView.cs
View file @
3a0e9283
...
...
@@ -11,7 +11,7 @@ public class FruitView : MonoBehaviour
public
Transform
m_fruitParent
;
public
HighlightingEffect
m_highLightEffect
;
public
Transform
m_cutTrans
;
//旋转叶片
public
float
m_cutSpeed
=
3.0f
;
//旋转速度
public
float
m_cutSpeed
=
1
;
//旋转速度
//public EndlessContainer m_containerLeft;//左边流体控制
//public EndlessContainer m_containerRight;//右边流体控制
public
GameObject
m_strawberryEffect
;
//草莓特效
...
...
@@ -934,7 +934,7 @@ public class FruitView : MonoBehaviour
{
if
(
m_cutTrans
)
{
m_cutTrans
.
Rotate
(
transform
.
up
*
m_cutSpeed
,
Space
.
Self
);
m_cutTrans
.
Rotate
(
transform
.
up
*
m_cutSpeed
*
100
);
}
}
void
Clicked
()
...
...
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Lemon.prefab
View file @
3a0e9283
...
...
@@ -690,10 +690,30 @@ PrefabInstance:
propertyPath
:
m_LocalScale.y
value
:
0.19999999
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4996125674080931908
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
m_LengthScale
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.size
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
ShapeModule.radius.value
value
:
5
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
...
...
@@ -708,13 +728,123 @@ PrefabInstance:
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
InitialModule.startSpeed.scalar
value
:
1
0
value
:
2
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.rateOverTime.scalar
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
lengthInSec
value
:
0.6
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
simulationSpeed
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
InitialModule.maxNumParticles
value
:
600
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
InitialModule.gravityModifier.scalar
value
:
0.3
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_BurstCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.scalar
value
:
300
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minScalar
value
:
30
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].cycleCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].repeatInterval
value
:
0.01
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5457342855710647603
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].probability
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5612450734186604735
,
guid
:
b69d063bc649621459f3f6dfc61f7052
,
type
:
3
}
propertyPath
:
m_Name
...
...
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Orange.prefab
View file @
3a0e9283
...
...
@@ -710,10 +710,25 @@ PrefabInstance:
propertyPath
:
m_IsActive
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.size
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
ShapeModule.radius.value
value
:
5
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
...
...
@@ -728,13 +743,128 @@ PrefabInstance:
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
InitialModule.startSpeed.scalar
value
:
1
0
value
:
2
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.rateOverTime.scalar
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
lengthInSec
value
:
0.6
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
simulationSpeed
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
InitialModule.maxNumParticles
value
:
600
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
InitialModule.gravityModifier.scalar
value
:
0.3
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_BurstCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.scalar
value
:
300
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minScalar
value
:
30
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].cycleCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].repeatInterval
value
:
0.01
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
4138964800474942021
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].probability
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
9119363466308262941
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
propertyPath
:
m_LengthScale
value
:
1
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
4c52c24677a45134cbd74c8dd8781032
,
type
:
3
}
---
!u!1
&4575323088304706056
stripped
...
...
3D Fruit/Assets/#A3_Prefabs/FruitPrefab/Strawberry.prefab
View file @
3a0e9283
...
...
@@ -741,10 +741,25 @@ PrefabInstance:
m_Modification
:
m_TransformParent
:
{
fileID
:
4487736285029228931
}
m_Modifications
:
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.size
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.size
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
ShapeModule.radius.value
value
:
5
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
...
...
@@ -759,13 +774,123 @@ PrefabInstance:
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
InitialModule.startSpeed.scalar
value
:
1
0
value
:
2
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.rateOverTime.scalar
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
lengthInSec
value
:
0.6
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
simulationSpeed
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
InitialModule.maxNumParticles
value
:
600
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
InitialModule.gravityModifier.scalar
value
:
0.3
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_BurstCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.scalar
value
:
300
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minScalar
value
:
30
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.maxCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[0].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].time
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_Curve.Array.data[1].value
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PreInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_PostInfinity
value
:
2
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].countCurve.minCurve.m_RotationOrder
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].cycleCount
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].repeatInterval
value
:
0.01
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
651200254161218379
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
EmissionModule.m_Bursts.Array.data[0].probability
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
3013782809957496098
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
...
...
@@ -846,6 +971,11 @@ PrefabInstance:
propertyPath
:
m_IsActive
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
7157779508449995559
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
propertyPath
:
m_LengthScale
value
:
1
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
86d793fcc14d0b944bb14a2bdda27029
,
type
:
3
}
---
!u!1
&2420479454541538650
stripped
...
...
3D Fruit/Assets/#A3_Prefabs/LevelWater/Level2_Water.prefab
View file @
3a0e9283
...
...
@@ -248,8 +248,8 @@ ParticleSystem:
startSize
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
0.
8
minScalar
:
0.
3
scalar
:
0.
6
minScalar
:
0.
2
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -4953,7 +4953,7 @@ ParticleSystem:
serializedVersion
:
2
minMaxState
:
0
minColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
maxColor
:
{
r
:
1
,
g
:
0.93986577
,
b
:
0.24056602
,
a
:
0.8235294
}
maxColor
:
{
r
:
0.990566
,
g
:
0.33679244
,
b
:
0.2476415
,
a
:
0.8235294
}
maxGradient
:
serializedVersion
:
2
key0
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
...
...
@@ -5015,8 +5015,8 @@ ParticleSystem:
startSize
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
0.
8
minScalar
:
0.
3
scalar
:
0.
6
minScalar
:
0.
2
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -9782,8 +9782,8 @@ ParticleSystem:
startSize
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
0.
8
minScalar
:
0.
3
scalar
:
0.
6
minScalar
:
0.
2
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -14324,7 +14324,7 @@ Transform:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
4112486011140861140
}
m_LocalRotation
:
{
x
:
-0
,
y
:
-0
,
z
:
-
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
-4.064
,
z
:
-0.057
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
...
...
3D Fruit/Assets/#A3_Prefabs/LevelWater/Level_Water.prefab
View file @
3a0e9283
...
...
@@ -613,7 +613,7 @@ ParticleSystem:
donutRadius
:
0.2
m_Position
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Rotation
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Scale
:
{
x
:
1.
7501495
,
y
:
0.29644907
,
z
:
0
}
m_Scale
:
{
x
:
1.
4390799
,
y
:
0.29644907
,
z
:
0
}
placementMode
:
0
m_MeshMaterialIndex
:
0
m_MeshNormalOffset
:
0
...
...
@@ -5380,7 +5380,7 @@ ParticleSystem:
donutRadius
:
0.2
m_Position
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Rotation
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Scale
:
{
x
:
1.
7501495
,
y
:
0.29644907
,
z
:
0
}
m_Scale
:
{
x
:
1.
4390799
,
y
:
0.29644907
,
z
:
0
}
placementMode
:
0
m_MeshMaterialIndex
:
0
m_MeshNormalOffset
:
0
...
...
@@ -9557,7 +9557,7 @@ Transform:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
7575505733145665276
}
m_LocalRotation
:
{
x
:
-0
,
y
:
-0
,
z
:
-
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
-2.53
,
z
:
-0.057
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
...
...
@@ -10180,7 +10180,7 @@ ParticleSystem:
donutRadius
:
0.2
m_Position
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Rotation
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Scale
:
{
x
:
1.
7501495
,
y
:
0.29644907
,
z
:
0
}
m_Scale
:
{
x
:
1.
4390799
,
y
:
0.29644907
,
z
:
0
}
placementMode
:
0
m_MeshMaterialIndex
:
0
m_MeshNormalOffset
:
0
...
...
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Lemon 1.prefab
deleted
100644 → 0
View file @
92e9e0ad
This diff is collapsed.
Click to expand it.
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Lemon 1.prefab.meta
deleted
100644 → 0
View file @
92e9e0ad
fileFormatVersion: 2
guid: 5b9f9ade5b1776d4e818ce8f72859399
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Lemon.prefab
View file @
3a0e9283
...
...
@@ -40,8 +40,8 @@ ParticleSystem:
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
5612450734186604735
}
serializedVersion
:
6
lengthInSec
:
1
simulationSpeed
:
2
lengthInSec
:
0.6
simulationSpeed
:
4
stopAction
:
0
cullingMode
:
0
ringBufferMode
:
0
...
...
@@ -115,7 +115,7 @@ ParticleSystem:
startLifetime
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
5
scalar
:
3
minScalar
:
0.3
maxCurve
:
serializedVersion
:
2
...
...
@@ -168,8 +168,8 @@ ParticleSystem:
startSpeed
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
6
minScalar
:
3
scalar
:
20
minScalar
:
10
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -600,13 +600,13 @@ ParticleSystem:
m_PostInfinity
:
2
m_RotationOrder
:
4
randomizeRotationDirection
:
0
maxNumParticles
:
20
00
maxNumParticles
:
6
00
size3D
:
0
rotation3D
:
0
gravityModifier
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
0.
0
3
scalar
:
0.3
minScalar
:
0
maxCurve
:
serializedVersion
:
2
...
...
@@ -746,7 +746,7 @@ ParticleSystem:
sphericalDirectionAmount
:
0
randomPositionAmount
:
0
radius
:
value
:
10
value
:
4
mode
:
0
spread
:
0
speed
:
...
...
@@ -865,7 +865,7 @@ ParticleSystem:
rateOverTime
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
50
0
scalar
:
0
minScalar
:
10
maxCurve
:
serializedVersion
:
2
...
...
@@ -968,8 +968,66 @@ ParticleSystem:
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_BurstCount
:
0
m_Bursts
:
[]
m_BurstCount
:
1
m_Bursts
:
-
serializedVersion
:
2
time
:
0
countCurve
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
420
minScalar
:
30
maxCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
minCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
cycleCount
:
1
repeatInterval
:
0.01
probability
:
1
SizeModule
:
enabled
:
1
curve
:
...
...
@@ -4732,7 +4790,7 @@ ParticleSystemRenderer:
m_MaxParticleSize
:
30
m_CameraVelocityScale
:
0
m_VelocityScale
:
0
m_LengthScale
:
1
.2
m_LengthScale
:
1
m_SortingFudge
:
0
m_NormalDirection
:
1
m_ShadowBias
:
0
...
...
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Orange 1.prefab
deleted
100644 → 0
View file @
92e9e0ad
This diff is collapsed.
Click to expand it.
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Orange 1.prefab.meta
deleted
100644 → 0
View file @
92e9e0ad
fileFormatVersion: 2
guid: ad7a59062591d9f4fac384ede9cd0667
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Orange.prefab
View file @
3a0e9283
...
...
@@ -40,8 +40,8 @@ ParticleSystem:
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
3061406425104831238
}
serializedVersion
:
6
lengthInSec
:
1
simulationSpeed
:
2
lengthInSec
:
0.6
simulationSpeed
:
4
stopAction
:
0
cullingMode
:
0
ringBufferMode
:
0
...
...
@@ -115,7 +115,7 @@ ParticleSystem:
startLifetime
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
5
scalar
:
3
minScalar
:
0.3
maxCurve
:
serializedVersion
:
2
...
...
@@ -168,8 +168,8 @@ ParticleSystem:
startSpeed
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
6
minScalar
:
3
scalar
:
20
minScalar
:
10
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -600,13 +600,13 @@ ParticleSystem:
m_PostInfinity
:
2
m_RotationOrder
:
4
randomizeRotationDirection
:
0
maxNumParticles
:
20
00
maxNumParticles
:
6
00
size3D
:
0
rotation3D
:
0
gravityModifier
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
0.
0
3
scalar
:
0.3
minScalar
:
0
maxCurve
:
serializedVersion
:
2
...
...
@@ -746,7 +746,7 @@ ParticleSystem:
sphericalDirectionAmount
:
0
randomPositionAmount
:
0
radius
:
value
:
10
value
:
4
mode
:
0
spread
:
0
speed
:
...
...
@@ -865,7 +865,7 @@ ParticleSystem:
rateOverTime
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
50
0
scalar
:
0
minScalar
:
10
maxCurve
:
serializedVersion
:
2
...
...
@@ -968,8 +968,66 @@ ParticleSystem:
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_BurstCount
:
0
m_Bursts
:
[]
m_BurstCount
:
1
m_Bursts
:
-
serializedVersion
:
2
time
:
0
countCurve
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
420
minScalar
:
30
maxCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
minCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
cycleCount
:
1
repeatInterval
:
0.01
probability
:
1
SizeModule
:
enabled
:
1
curve
:
...
...
@@ -4732,7 +4790,7 @@ ParticleSystemRenderer:
m_MaxParticleSize
:
30
m_CameraVelocityScale
:
0
m_VelocityScale
:
0
m_LengthScale
:
1
.2
m_LengthScale
:
1
m_SortingFudge
:
0
m_NormalDirection
:
1
m_ShadowBias
:
0
...
...
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Strawberry 1.prefab
deleted
100644 → 0
View file @
92e9e0ad
This diff is collapsed.
Click to expand it.
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Strawberry 1.prefab.meta
deleted
100644 → 0
View file @
92e9e0ad
fileFormatVersion: 2
guid: 155c6b07cbec6fe40b2e28cea6e73f26
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
3D Fruit/Assets/#A3_Prefabs/Watereff/LiquidParticles_Strawberry.prefab
View file @
3a0e9283
...
...
@@ -40,8 +40,8 @@ ParticleSystem:
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
6243340999333440279
}
serializedVersion
:
6
lengthInSec
:
1
simulationSpeed
:
2
lengthInSec
:
0.6
simulationSpeed
:
4
stopAction
:
0
cullingMode
:
0
ringBufferMode
:
0
...
...
@@ -115,7 +115,7 @@ ParticleSystem:
startLifetime
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
5
scalar
:
3
minScalar
:
0.3
maxCurve
:
serializedVersion
:
2
...
...
@@ -168,8 +168,8 @@ ParticleSystem:
startSpeed
:
serializedVersion
:
2
minMaxState
:
3
scalar
:
6
minScalar
:
3
scalar
:
20
minScalar
:
10
maxCurve
:
serializedVersion
:
2
m_Curve
:
...
...
@@ -600,13 +600,13 @@ ParticleSystem:
m_PostInfinity
:
2
m_RotationOrder
:
4
randomizeRotationDirection
:
0
maxNumParticles
:
20
00
maxNumParticles
:
6
00
size3D
:
0
rotation3D
:
0
gravityModifier
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
0.
0
3
scalar
:
0.3
minScalar
:
0
maxCurve
:
serializedVersion
:
2
...
...
@@ -746,7 +746,7 @@ ParticleSystem:
sphericalDirectionAmount
:
0
randomPositionAmount
:
0
radius
:
value
:
10
value
:
4
mode
:
0
spread
:
0
speed
:
...
...
@@ -865,7 +865,7 @@ ParticleSystem:
rateOverTime
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
50
0
scalar
:
0
minScalar
:
10
maxCurve
:
serializedVersion
:
2
...
...
@@ -968,8 +968,66 @@ ParticleSystem:
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_BurstCount
:
0
m_Bursts
:
[]
m_BurstCount
:
1
m_Bursts
:
-
serializedVersion
:
2
time
:
0
countCurve
:
serializedVersion
:
2
minMaxState
:
0
scalar
:
420
minScalar
:
30
maxCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
minCurve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1
inSlope
:
0
outSlope
:
0
tangentMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
cycleCount
:
1
repeatInterval
:
0.01
probability
:
1
SizeModule
:
enabled
:
1
curve
:
...
...
@@ -4732,7 +4790,7 @@ ParticleSystemRenderer:
m_MaxParticleSize
:
30
m_CameraVelocityScale
:
0
m_VelocityScale
:
0
m_LengthScale
:
1
.2
m_LengthScale
:
1
m_SortingFudge
:
0
m_NormalDirection
:
1
m_ShadowBias
:
0
...
...
3D Fruit/Assets/Res/Levels/Level0.prefab
View file @
3a0e9283
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment