-
Notifications
You must be signed in to change notification settings - Fork 19
Implicit conversion in Unity 6 #98
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hi! I've been using ORL Shaders in my Unity project, ver 2021.18. Everything worked fine, Came time to upgrade to Unity 6 - and I get those errors - "Shader error in 'orels1/Standard': 'tex2DFastBicubicSample': cannot implicitly convert from 'Texture2D' to 'Texture2D' at Standard.orlshader(5393) (on gles3)"
To Reproduce
Steps to reproduce the behavior:
- Create a material with Standard shader
- Try to compile to Android
- Get an error
Environment:
- OS: Windows
- Unity Version: 6.2
- Shaders Version: 6.3.0, 7.0.0 dev 24
- Rendering Pipeline: Built-In
Additional context
Happening only on device, Android specifically, on OpenGL ES 3.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working