Files
Cielonos/Assets/Plugins/AllIn13DShader/Editor/CommonMessages.cs
SoulliesOfficial d94241f36c 场景设计
2026-01-12 03:22:16 -05:00

8 lines
411 B
C#

namespace AllIn13DShader
{
public static class CommonMessages
{
public const string URP_PIPELINE_NOT_ASSIGNED = "URP installed, but Render Pipeline Asset not assigned\nPlease assign a URP Render Pipeline Asset \nOr remove URP in the Package Manager";
public const string URP_PIPELINE_NOT_ASSIGNED_DOC_LINK = "https://seasidestudios.gitbook.io/seaside-studios/3d-shader/urp-and-post-processing-setup";
}
}