Skip to content

Commit 230906e

Browse files
oleks-kEvergreen
authored andcommitted
Updated the console message for the Compatibility Mode as suggested by Oliver Schnabel.
Updated the console message for the Compatibility Mode as suggested by Oliver Schnabel.
1 parent 02c9c61 commit 230906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.render-pipelines.universal/Runtime/Data/UniversalRenderPipelineAsset.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public enum ShEvalMode
427427
internal struct DeprecationMessage
428428
{
429429
internal const string CompatibilityScriptingAPIObsolete = "This rendering path is for compatibility mode only (when Render Graph is disabled). Use Render Graph API instead.";
430-
internal const string CompatibilityScriptingAPIConsoleWarning = "Currently using rendering compatibility mode, support for this will be removed in the next version. Please use Render Graph instead.";
430+
internal const string CompatibilityScriptingAPIConsoleWarning = "The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.";
431431
}
432432

433433
#if UNITY_EDITOR

0 commit comments

Comments
 (0)