Make sure docker is installed on your development machine. Download the all Dockerfile's above and place them in the same folder.
Navigate to the folder of the docker files and open a terminal in the folder.
| using UnityEngine; | |
| namespace Ru1t3rl.Tools | |
| { | |
| public class SineTool : MonoBehaviour | |
| { | |
| [SerializeField] float freqeunce = 1, amplitude = 1, centre = 0; | |
| [SerializeField] SineTransform sineTransformAction = SineTransform.Scale; | |
| [SerializeField] bool fixedX = false, fixedY = false, fixedZ = false; |