-
Notifications
You must be signed in to change notification settings - Fork 529
Description
Describe the bug 💬
Hi, using the plugin into 6000.4 just released causes the following errors (new URP 3D project):
Library/PackageCache/org.khronos.unitygltf@a8037c89a9aa/Runtime/Scripts/RenderPipelines/RoughRefractionFeature.cs(44,28): error CS0115: 'RoughRefractionFeature.CustomRenderPass.Execute(ScriptableRenderContext, ref RenderingData)': no suitable method found to override
Library/PackageCache/org.khronos.unitygltf@a8037c89a9aa/Runtime/Scripts/RenderPipelines/RoughRefractionFeature.cs(95,28): error CS0115: 'RoughRefractionFeature.CustomRenderPass.OnCameraSetup(CommandBuffer, ref RenderingData)': no suitable method found to override
Steps to reproduce 🔢
Create URP 3D project
Import library using provided link into package manager
2 errors when installing the plugin
Files to reproduce the issue ♻
No response
Editor Version 🎲
Other (Provide details below)
Render Pipeline and version
URP
UnityGLTF Version
2.19.1
Operating System 👩💻
macOS
When does this problem happen?
- Editor Import
- Runtime Import
- Editor Export
- Runtime Export
Additional Info 📜
No response
Validations 🩹
- I have searched existing issues: no issue already exist that reports the same problem.
- I follow the Code of Conduct
- I provided a minimal reproducible example, including files when necessary.