Hello, I’m working with Strings and I know there are more functions than what are listed here. I want to know where I can find a complete API, something like what I have for java here. If someone knows such a place where I can find all classes, functions, and variables, it would be very useful. Thanks!
If you are using C#:
if you Are using unityscript, these libraries are still accessible
Note that there is NOT one-to-one match on all of it from .NET to Mono and the subset that unity uses, but it’s a good place to start and much of what you will want is in there.
System Namespace | Microsoft Learn, although not everything is in Mono, and not everything from Mono is in Unity. Edit: oops, posted at about the same time, though it makes more sense to link to 3.5 rather than 2.0, which is outdated and doesn’t apply to Unity 3.
–Eric