Your script is defining a class called `Vector3`. This is clearly an error, since you don't want to define a class that replaces the Unity one. You're getting the error because **your** `Vector3` doesn't have any constructors.
↧