本日はMRTKStandardShaderの勉強枠です。 〇DirectionalLightの影響を受けるようにする Shader "Custom/MRTKDirectionalLight" { Properties { // Main maps. _Color("Color", Color) = (1.0, 1.0, 1.0, 1.0) _MainTex("Albedo", 2D) = "white" {} _Metallic("Metallic", Range(0.0, 1.0)) = 0.0 _Smoothness("Smoothness"…