fweth
5
Q:

how to square root unity

// Mathf.Sqrt(float)

public float a = 9;

Debug.Log(Mathf.Sqrt(a));
// this will print out the sqare root of nine, 3
2

Tags

Related

New to Communities?

Join the community