|
I don't understand what's going on here. I got the error "Exception: not Implemented, UnityEngine.Texture.set_width(Int32 value)......" Here's my code:- Everything was alright up until I tried to set the width of the texture. Am I doing something wrong here, or is it just a bug in Unity?
(comments are locked)
|
|
I think this is what you want: http://unity3d.com/support/documentation/ScriptReference/Texture2D.Resize.html
(comments are locked)
|

Maybe because the .width function is read only? Is so, how do I change the size of the texture?
@Sixakoo: you don't need to wonder if it's read-only, you can just look it up in the docs.