Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 814 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 814 Bytes

BezierTool

A bunch of scripts for better orbit arrangement in Unity

Usage

1.Import Unitypackage

Assets->Import Package->Custom Package, then choose the package downloaded from release.

2.Drag a script on the Object

After importing 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.

3.Adjust the parameters

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 field named size under Ctrl Points in Inpector.

4.Check the result

Click on Play. Check the orbit of objects.