dear-imgui-unity icon indicating copy to clipboard operation
dear-imgui-unity copied to clipboard

Error when importing package into Unity

Open pentiumslayer opened this issue 3 years ago • 1 comments

I get the following two errors when importing into Unity 2020.3.37f1, any direction on resolving this?:

Shader error in 'DearImGui/Procedural': Couldn't open include file 'Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl'. at /DevFiles-Git/Junk/DearIMGui/Library/PackageCache/com.realgames.dear-imgui@561339c07f/Resources/Shaders/PassesUniversal.hlsl(3)

Shader error in 'DearImGui/Mesh': Couldn't open include file 'Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl'. at /DevFiles-Git/Junk/DearIMGui/Library/PackageCache/com.realgames.dear-imgui@561339c07f/Resources/Shaders/PassesUniversal.hlsl(3)

pentiumslayer avatar Aug 15 '22 18:08 pentiumslayer

This error can be fixed by importing unity offical package 'Universal RP'.

fanhexin avatar Sep 21 '22 02:09 fanhexin