Skip to content

Commit af99a57

Browse files
authored
Update README.md
1 parent f013dd3 commit af99a57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# BezierTool
22
A bunch of scripts for better orbit arrangement in Unity
3+
## Usage
4+
### 1.Import Unitypackage
5+
Assets->Import Package->Custom Package, then choose the package downloaded from release.
6+
### 2.Drag a script on the Object
7+
After import the package, there should be three more folders in your project. Get into the folder *BeizerTool*. Drag the script *BezierDriver.cs* onto the object(s) you want to control.
8+
### 3.Adjust the parameters
9+
Select the object in *Hierarchy*. There are three control points in the *Scene* by default. You can drag the handle to adjust the orbit which is drawn with white dash. To add more control points, input the number of control points you need in the filed named *size* under *Ctrl Points* in *Inpector*.
10+
### 4.Check the result
11+
Click on *Play*. Check the orbit of objects.

0 commit comments

Comments
 (0)