The Karting Microgame tutorial for FMOD visual bug

Hi, I’m a complete newbie regarding audio implementation so thought I’d try the beginner’s tutorial first here (https://www.fmod.com/docs/2.03/unity/integration-tutorial.html).

I managed to install stuff and lanched the tutorial project and there’s purple/pink color all over my screen like this

Can anyone help me solve this visual bug?
I installed Unity (2021.3.0f1) and using it on a M2 Mac Mini Pro.

Also, this error message shows up, but if I selected Continue the project starts

Is this the cause of the problem?

Hi,

This looks like a rendering issue with Unity when using the wrong render pipeline. Having a look at the project, I think it requires the Universal Render Pipeline Unity | URP:
image
As the error suggests I would try relaunching or recreating the project again to see if that helps. Just to confirm, did this happen before or after adding the FMOD integration?

Hi, thanks for the quick reply.

I’m not so sure that you are asking, but I think it happened after adding the FMOD integration :red_question_mark:. Because unity was already installed on my computer then I jumped onto the tutorial and installed Unity (2021.3.0f1) and as such following the page later on.

Apologies, I could have been more clear.

When shown this warning :


Did you try the Rety option? The issue may be the URP (Universal Render Pipeline) package did not install correctly. This can be reinstalled via the package manager:


Hope this helps!

yes I did and it asks me the same thing again so I choose continue. then when I looked into the package manager there’s no Universal RP present.

I think it may be this one:

it says to remove not install

ah sorry I finally understood. I removed it and re-installed and the screen became normal. thank you so much for your kind support Connor

No worries! Thank you for choosing FMOD!