Field RESOURCES_FOLDER
Default name of the subfolder of the Resources folder containing all the resources needed for the library.
Namespace: VRLabs.ModularShaderSystem
Syntax
public const string RESOURCES_FOLDER = "MSS"
Returns
String
|
Remarks
A custom folder name is needed to differentiate different installed versions of the libraries from multiple shaders, you HAVE to use a different name when embedding the library to your shader project, or else conflicts may arise whenever someone who already has the official library will also download your shader, especially when the 2 versions don't match up.