Unity Tutorial: Working with textures

Опубликовано: 13 Октябрь 2024
на канале: Iain McManus
211
11

Textures are a common element in many (but not all) games to control the appearance of items in our world. In this video we'll see the basics of working with textures both within the Unity interface and via code. We'll also see how to use Render Textures (which we can use to create minimaps or security cameras and more). And finally we'll see how to manipulate a texture, save it to file and how to capture the screen to an image.

Find the code here: https://github.com/GameDevEducation/D...

📁 The searchable video archive is at ➠ https://www.iainmcmanus.dev/gamedev-e...

If you've got questions add a comment below or send them in for the next Q&A video
🤔 Send in your questions ➠ https://forms.gle/ToyvqPaBFvpFLtNbA

Looking for other ways to get involved?
🟠 Support the channel on Patreon ➠   / iaintheindie  
🟡 Get the code for all the projects on GitHub ➠ https://github.com/orgs/GameDevEducation
🟢 Check out my games on itch.io ➠ http://iaintheindie.itch.io/
🟣 Follow me on Twitter ➠   / iaintheindie  

#Unity #Tutorial #GameDev