To fix the blur, go to Player Settings and search for render. Under HDRP Global Settings, change the Mode from Automatic to Fixed. Then uncheck the Motion Blur Also make…
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…
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: 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…
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…
Obtain C# data structure https://json2csharp.com/ Use Fields and Provide name adjust the copied code setup namespace namespace Assets.Scripts.Models.SignUpResult place [Serializable] using System and System.Collections.Generic using System; using System.Collections.Generic; namespace Assets.Scripts.Models.SignUpResult…
First the camera do not save due to the changes in android permissions update the capture and save pro to the last version Then the app didn't work when SDK…