You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MojoUnity-Shake/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ And it provides an extension of `Transform` can easily shake any **Transform Com
8
8
* Released versions in [releases](https://github.com/scottcgi/MojoUnity-Packages/releases).
9
9
* Release changes in [ChangeLog](./ChangeLog.md).
10
10
11
+
Quick **goto** the [Samples Code](./Src/MojoUnity/Samples/MojoUnityShake/Scripts/) and the [Source Code](./Src/MojoUnity/Scripts/Modules/Animation/Shake/).
12
+
11
13
## Note
12
14
13
15
The **source code** depends on the `Burst Package`, which can be found and installed by `Package Manager` in the Unity menu `Window/Package Manager`.
@@ -32,11 +34,10 @@ The **source code** depends on the `Burst Package`, which can be found and insta
32
34
33
35
## Quick Start
34
36
35
-
1. Open the `MojoUnityShakeScene` in `/MojoUnity/Samples/MojoUnityShake/Scenes/MojoUnityShake.unity`
37
+
1. Open the `MojoUnityShake` Scene in `/MojoUnity/Samples/MojoUnityShake/Scenes/MojoUnityShake.unity`
36
38
2. Click the `Cube` GameObject in `Unity Hierarchy`.
37
39
3. Click the `Play` button in `Unity Game Window`.
38
-
4. Shake the `Cube` by `ShakeTest` in `Unity Inspector`.
39
-
5. View the samples code in `/MojoUnity/Samples/MojoUnityShake/Scripts`.
40
+
4. Shake the `Cube` by `ShakeTest` in `Unity Inspector`.
0 commit comments