hi everybody:
I`m fresh for unity,and I want to ask for
www can apply local adress ?
(var url = “/fridays.jpg”
instead
(var url = “http://images.earthcam.com/ec_metros/ourcams/fridays.jpg”
thanks!
hi everybody:
I`m fresh for unity,and I want to ask for
www can apply local adress ?
(var url = “/fridays.jpg”
instead
(var url = “http://images.earthcam.com/ec_metros/ourcams/fridays.jpg”
thanks!
you mean “file://c:/test.png” ?
that kind of local ?? then yes, that works
very thanks!
I have a mistake
it shuld be a relative address
like (…/image/*.jpg)
thanks!
if you want it to be relative add the datapath (its in a runtime class, Application i thought)