Version: 2019.4
LanguageEnglish
  • C#

ShaderUtil.UpdateShaderAsset

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static void UpdateShaderAsset(Experimental.AssetImporters.AssetImportContext context, Shader shader, string source, bool compileInitialShaderVariants);

Declaration

public static void UpdateShaderAsset(Shader shader, string source, bool compileInitialShaderVariants);

Declaration

public static void UpdateShaderAsset(Shader shader, string source);

Parameters

context A context object that the asset system needs to register shader dependencies properly.
source A string that contains a shader written in ShaderLab code.
compileInitialShaderVariants Set to true to compile the ShaderLab code contained in the source string; otherwise false.
shader The Shader to update.

Description

Replaces the existing source code in the specified shader with the source code in the supplied string.