Hey guys ,
I created a XF and Urho sharp application .
I added the “Data” folder in Android->Assets , iOS ->Resources
It works well in android and the models load in iOS , however the images don’t load in iOS.
plane.SetMaterial(Material.FromImage("image.png"));
The image is located in the Data folder . It works in android but for iOS - i get a black plane
Any idea how to fix it ?
- The image is set as BundleResource in the iOS project