Load an image from a file at runtime
Get it Here: https://ko-fi.com/s/30bb7aa9cb To use; The scripts contain comments explaining how they work. It should be relatively easy to repurpose this for your usecase. But if you want a particular tutorial covered leave a comment. Click to go to page.
Draggable Windows and UI for Unity
Get it here: https://ko-fi.com/s/ac8866fdc3 A script that allows you to click any UI element and make it or it’s target follow the mouse. You could create functionality similar to microsoft windows ability to drag open windows around. You can toggle between click and hold or click and toggle with a simple public bool. You can… Click to go to page.
Measure Textures and Materials for Unity
Also try DevTex by GIB Gaming: https://assetstore.unity.com/packages/2d/textures-materials/devtex-prototyping-textures-176107 I have no official association with them, it’s just a good asset i often use alongside this. Simple textures that tile on a 1×1 unit grid. If you stretch an objects scaling, you will need to create a shader that scales the materials tiling the same amount for… Click to go to page.