Problem: Asset Bundle cannot be loaded in exported iOS project where it was working well in Editor Solution: It is extremely important to remove the strip engine code checkbox!
Problem: Xcode Compiling error - Apple Mach-o Linker (0) error Problems when compiling after export to Xcode Solution: Install the Resonance Audio https://github.com/resonance-audio/resonance-audio-unity-sdk/releases Download and install the unity package Change…
Create 3D Model Requirements Create and export 3D model with textures and animation as FBX from Maya. Do note the development scale has to be in meters, save all texture…
First save the page as .php and use the following code to check the device user is using <?php $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad"); ?> Then…