Is there any way to access the old Scripting API?
There are some stuff found in the old Scripting API but not in the new one.
Is there any way to access the old Scripting API?
There are some stuff found in the old Scripting API but not in the new one.
Like what?
–Eric
I’m learning how to script and I forgot how to use Vector3.magnitude, in the old scripting API there were examples, in the new one there is no example.
You can download older versions of Unity and look at the docs (I assume that’s what you mean), but I looked at the Unity 3.0 docs and Vector3.magnitude doesn’t have any code examples; as far as I know it never did. Maybe you’re thinking of Vector3.sqrMagnitude.
–Eric
some of the older docs are visible online also (at least 4.x), but no examples on those either:
just change the version number in url,