UnityResolutionDialog icon indicating copy to clipboard operation
UnityResolutionDialog copied to clipboard

GUID Conflict with HDRP package

Open KesKim opened this issue 4 years ago • 2 comments

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.

KesKim avatar Jul 17 '20 15:07 KesKim

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

Laim avatar Sep 24 '20 21:09 Laim

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?

Laim avatar Sep 24 '20 21:09 Laim