+ 1
error CS0019
Please help.. I have spent the entire day searching for each compiler error but i can not seem to find the solution for this: http://ibb.co/m8OdFG Assets/ProDrawCallOptimizer/Scripts/Editor/Core/ShaderManager.cs(125,39): error CS0019: Operator `==' cannot be applied to operands of type `UnityEngine.Rendering.TextureDimension' and `UnityEditor.ShaderUtil.ShaderPropertyTexDim' Assets/ProDrawCallOptimizer/Scripts/Editor/Core/Utils.cs(61,35): error CS0019: Operator `==' cannot be applied to operands of type `UnityEngine.Rendering.TextureDimension' and `UnityEditor.ShaderUtil.ShaderPropertyTexDim'
1 Answer
0
It means that those two data types cannot be compared. They are different somehow.