CodeSmile-0000011110110111 / UnityResolutionDialog

Replacement for Unity's built-in resolution dialog (aka Screen Selector) that was removed in Unity 2019.3. Works both up front (simply make it the first scene) and as a popup dialog (default key: ESC). Intended for development / testing purposes but can also be used in production.
MIT License
111 stars 20 forks source link

GUID Conflict with HDRP package #4

Open KesKim opened 4 years ago

KesKim commented 4 years ago

unityresolutiondialog/Scenes/SampleScene.unity.meta has the same GUID, conflicting with High Definition RP/7.1.8/Particle System Shader Samples/Scenes/ParticleShaderGraphsSampleScene.unity.meta.

GUID [9fc0d4010bbf28b4594072e72b8655ab] for asset 'Packages/com.sitterheim.unityresolutiondialog/Scenes/SampleScene.unity' conflicts with:
  'Assets/Samples/High Definition RP/7.1.8/Particle System Shader Samples/Scenes/ParticleShaderGraphsSampleScene.unity' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

The error will be spammed repeatedly every time the Editor checks for imports.

Laim commented 3 years ago

Having a similar issue with a completely new project with one scene and no other custom packages.

Laim commented 3 years ago

Having a similar issue with a completely new project with one scene and no other custom packages.

Looks like the fix for this is removing the SampleScene from this package, it doesn't appear to be doing anything as I have managed to get it in without it, and it seems to be working perfectly fine.

@sitterheim does Sample Scene have a purpose?