Version: 2023.1
언어: 한국어
Removed

ShaderIncludePathAttribute

class in UnityEditor

매뉴얼로 전환
Obsolete

설명

This attribute is no longer supported.

Shader libraries in arbitrary locations are no longer supported. Your shader files must be located under the Assets folder or in a package. To include shader headers from packages, use the following syntax in the shader code:
#include "Packages/<package name>/<path to your header file>"