'BuildTarget' does not contain a definition for 'GameCoreXboxOne'
I keep getting multiple errors that I have no idea how to fix. I've searched around everywhere but can't find a fix for it. Can anyone please help me fix this?
Unity 2019.4.20f1
Errors:
Library\PackageCache\com.unity.burst@1.6.3\Editor\BurstAotCompiler.cs(255,47): error CS0117: 'BuildTarget' does not contain a definition for 'GameCoreXboxOne' Library\PackageCache\com.unity.burst@1.6.3\Editor\BurstAotCompiler.cs(255,93): error CS0117: 'BuildTarget' does not contain a definition for 'GameCoreXboxSeries' Library\PackageCache\com.unity.burst@1.6.3\Editor\BurstAotCompiler.cs(1128,34): error CS0117: 'BuildTarget' does not contain a definition for 'GameCoreXboxOne' Library\PackageCache\com.unity.burst@1.6.3\Editor\BurstAotCompiler.cs(1131,34): error CS0117: 'BuildTarget' does not contain a definition for 'GameCoreXboxSeries' Library\PackageCache\com.unity.burst@1.6.3\Editor\BurstAotCompiler.cs(1157,34): error CS0117: 'BuildTarget' does not contain a definition for 'PS5'
Make sure platforms package is installed. Also there are platform-specific packages, like this platforms.windows, so there could be xbox-specific ones as well (not sure here).