Using Texture2D+

Make sure you include the line 

	using Texture2DExtensions;
in your script.

Using the Texture2D+ class extensions can best be illustrated with an example:

... Make sure you include the line

using Texture2DExtensions;
in your script.

Using the Texture2D+ class extensions can best be illustrated with an example:

using UnityEngine;
using System.Collections;

using Texture2DExtensions; // important!!!

pub... read more

< Back to previous page






follow us