Question about Unity Tutorial scripts

I’ve been looking (and doing, of course) the Unity 3D tutorials. I noticed however, that some of the scripts may be useful. If we own a license to the engine, are we allowed to use some of those scripts (not the art, sounds, or models) in our “final project” (and sell the project, if I decide to)? Or were those tutorials not written by the Unity guys therefore we are not allowed to use them commercially?

Take Torque for example. When you purchase one of their licenses, it comes with all this artwork (like Unity 3D), a couple of pre-made scripts. I was wondering if there is the same for Unity 3D, though.

Any help is appreciated. Thanks.

You can use everything, including art, sounds, and models, and do whatever you want with them, as long as it’s a Unity project and not for another engine. That’s for the official Unity projects of course; third-party tutorials might have different terms, depending.

–Eric

Well I was specifically talking about the platformer game with Lerpz. It doesn’t seem to say anywhere that it is owned by a 3rd party company.

That’s an official Unity tutorial, so feel free to use all the assets in your own game.

Ahh, thanks so much. I’ve been looking for that answer for sometime. Appreciate it.