Top "Texture2d" questions

'texture2D' : No matching overloaded function found OpenGL ES2?

I was working on a project, and for that project I had to walk through a book called "OpenGL ES 2 …

java android opengl-es texture2d
ReadPixels was called to read pixels from system frame buffer, while not inside drawing frame. UnityEngine.Texture2D:ReadPixels

I'm trying to create a little test app, using unity. I'm building out one instance of the app and setting …

c# unity3d texture2d
Texture offset in atlas to create an animated sprite with NGUI

In Unity3d, I got a GameObject with the UISprite component from the NGUI plugin. So I need to use …

unity3d offset texture2d sprite-sheet ngui
Combine Array of Sprite objects into One Sprite - Unity

I have an array of Sprite objects in Unity. Their size vary depending on the image loaded. I want to …

c# unity3d textures sprite texture2d
Unity Texture2D create rounded corners

I am making a game in unity and am having this issue. The users can upload an profile image from …

c# unity3d texture2d
Non-blocking loading and copying of large Texture2D's in C# for Unity

I'm building a Unity app for Android which deals with loading a lot of large textures dynamically (all images are …

c# android performance unity3d texture2d
How to use OpenGL Array Texture?

I am trying to use sprite sheet in OpenGL, implementing it through Array Texture This is how I load my …

opengl textures texture2d
How to make Texture2D Readable via script

I want to make user able to decode the QR image loaded from the gallery, I have found a plugin …

c# unity3d texture2d