Skip to main content

Pass index is overridden

Message

You are using an override pass index in Render Objects render feature. It may work differently in Unity Playworks Plugin

Explanation

Unity Playworks Plugin does not export all passes that are used in Unity Engine, and as a result, some indices of shader passes can be changed, so a different shader pass might be used than the one used in Unity Engine during the render process. Please check the settings of all render features Render Objects and make sure that option works well in your build.

Steps to fix

To avoid any problems with that, use LightMode tags or override the material/shader without using an index.