Posts by ines • 1 point
2 posts
-
0
votes1
answer46
viewsA: Load the photos of a specific directory in a texture string c#
In fact after much searching for a solution I decided to change my code and do again, code working wonders: This is the Final Code using UnityEngine; using System.Collections; using UnityEditor;…
-
0
votes1
answer46
viewsQ: Load the photos of a specific directory in a texture string c#
I am making a new application and need to upload photo from a specific directory on the computer in this case c:\\Biosearchassets for a Gui Texture in unity3d I was able to find an example but it…