Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Resolved warnings prevent from going to playmode

Discussion in '2021.2 Beta' started by Aokkii, Jul 9, 2021.

  1. Aokkii

    Aokkii

    Joined:
    Nov 3, 2013
    Posts:
    117
    Code (CSharp):
    1. Init must be called first
    2. [PackageManager] Could not create file at:
    3. Init must be called first
    4.  
    5. Library\PackageCache\com.unity.device-simulator@2.2.2-preview\Editor\SimulatorWindow.cs(47,17): error CS0104: 'TwoPaneSplitView' is an ambiguous reference between 'UnityEditor.UIElements.TwoPaneSplitView' and 'UnityEngine.UIElements.TwoPaneSplitView'

    unity 2021.2B3
    urp



    edit:
    it was because still had the device simulator package installed, I remove it and now the error went away.
     
    Last edited: Jul 9, 2021
    game_guru01 likes this.