I dont know where went wrong with this script, can you view and help me please

I changed my apiCompatibilityLevelPerPlatform to dotnet4.x then my whole VScode scripts were full of errors
, then tried to change the apiCompatibilityLevelPerPlatform back to standard dotnet2 but nothing changed. what should i do?

I was trying to fix an issue and they said to change the dotnet and now a huge problem just showed up

First, get your program under source control or FULLY backed up if it isn’t already.

It looks like you have two instances of Firebase in your code. Perhaps one was brought in by some automation. Try deleting one of them, but don’t do this until you’re fully backed up.

Another thing to try once you are backed up is:

  1. a basic Reimport-All

if that does not work,

  1. close Unity, delete the Library folder (the one IN the project!), and force a FULL rebuild
1 Like

OMG!! you are genius…
I didnt realize that, I was changing something then this whole script was red and full of errors.
thanks for your help

1 Like