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!
Sudden the code signing of the app did not work. Solution: https://stackoverflow.com/questions/37806538/code-signing-is-required-for-product-type-application-in-sdk-ios-10-0-stic
https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/ Place the following code in function.php in theme //yang added items // Our custom post type function function create_posttype() { register_post_type( 'coinObject', // CPT Options array( 'labels' => array(…
APK + OBB doesn't work on many other phone brands, to resolve the problem, first find a way to reduce the exported android installation file size as well as using…
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…
A. Objective Requires to create a toggle button to allow dinosaur animation to play by user. Otherwise the Dino animation will need to pause by default at around 2 second…
Problem: Cannot find the command adb in Mac terminal Solution: Ensure the environmental variable is setup in $HOME/.zshrc This is a hidden file, if doesn't exist, can create a new…
Problem: On 1 May 2021, The unity package update from Bintray no longer working Unity3D will not able to resolve the packages from the previous location. https://api.bintray.com/npm/microsoft/AzureMixedReality-NPM/com.microsoft.azure.spatial-anchors-sdk.core Solution: Using alternative…
Azure function requires subscription to remove cold start, for small project, it may not be cost effective hence creating a simple api call to "wake up" azure function during possible…
Problem: After insert the QR code using 3D Quah, it will display in Scene, but not in the Game. Solution: Set the canvas to Screen Space - Camera, and set…