Unity UniWebView how to show images from my Resources (Assets)

209 views Asked by At

i have a few quick questions: background:

  • i want to display a in-code generated html with UniWebView in my game. Mostly works nicely until i try to display local images (from my unity-resources)
  • the images are in my "Resources" folder (and used elsewhere in the project also)
  • my goal to support Android/iOS/Windows environments with the game

Q1: can i display images from "Resources"? this would be the best if i could Q2: do i need to move all my assets into the "StreamingAssets" folder and access from there? if so, can "StreamingAssets" folder be under "Resources" folder? like this: "Resources/StreamingAssets"? If so please confirm that i can use them as unity resource for unity components AND also streamable assets for UniWebView in the same time?

thanks!

daniel

0

There are 0 answers