[WL-814c] Critter Environment 룩 (2/2): 툰 파라미터 실측 보정 · 지면 판정 · 잔디 크기 · 캡처 6장 (#814)

- 실측: Toon 셰이더에 _CLOUDSENABLED 키워드는 없다(구버전 잔재) → 구름 on/off 는 _Cloud_Strength
- 지면 판정에 평평함·면적비 추가(나무 수관·배경 산 제외) · 잔디 높이를 m 단위 SO 로
- 캐릭터 외곽선 기본 off(스킨드 메시는 270px 에서 노이즈) · SO characterOutlines
- 캡처 6장(270×480 → 1080×1920 Point 확대 · 직교) · 프로브 PASS 38/38

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
깃 관리자 2026-09-11 00:04:56 +09:00
parent 02028103a5
commit addef288ea
269 changed files with 1032 additions and 1051 deletions

View File

@ -0,0 +1,16 @@
WL-814c 룩 캡처(직교 픽셀 카메라 근사 270×480 → 1080×1920) · 2026-09-11 00:03:31
PASS E0 맵 — WL_Nature
기준점(나무·수풀 군락 44그루/25 m · 물까지 3 m) (41.2, 0.0, 85.2) → PC (52.2, 0.1, 84.7)
카메라 직교 size 3.8 · pos (74.8, 13.0, 83.7) · look (50.2, 1.2, 84.8) · 811o(h 76 · yaw 233) · near 0.1 / far 120 → 깊이 임계 0.004 = 단차 0.48 m
PASS E1 PC — Ai01
PASS E2 잡몹 — 3/3
PASS E look_1_original.png — ⓐ 원본(URP/Lit) · 104391 B · 색 392종 · 진한픽셀 0 · drawCalls 0 · batches 0 · tri 0
PASS E look_2_toon_outline.png — ⓑ Toon 램프 + 1px 픽셀 외곽선(맵 1268 렌더러 · 구름 off) · 72352 B · 색 296종 · 진한픽셀 0 · drawCalls 0 · batches 0 · tri 0
잔디 드로우 구성 8개(지면×{잔디,꽃}) · bounds (300, 14, 400)
PASS E look_3_grass.png — ⓒ + 인스턴싱 잔디(지면 4 · 인스턴스 8175) · 81033 B · 색 308종 · 진한픽셀 0 · drawCalls 0 · batches 0 · tri 0
PASS E look_4_clouds.png — ⓓ + 구름 그림자 · 86347 B · 색 329종 · 진한픽셀 0 · drawCalls 0 · batches 0 · tri 0
PASS E look_5_char_before.png — ⓔ 캐릭터 원본(MK/Toon) · 배경만 Critter Toon · 84134 B · 색 597종 · 진한픽셀 4 · drawCalls 0 · batches 0 · tri 0
PASS E look_6_char_after.png — ⓕ 캐릭터 Critter Toon(PC 11 · 몹 3 렌더러) · 79863 B · 색 544종 · 진한픽셀 1 · drawCalls 0 · batches 0 · tri 0
PASS E9 캡처 6장 — 6장
RESULT PASS · 10/10 · FAIL 0

View File

@ -1,4 +1,4 @@
WL-814c Toon 머티리얼 생성 · 2026-09-10 23:51:53
WL-814c Toon 머티리얼 생성 · 2026-09-11 00:00:27
PASS S 셰이더 — Assets/3DPixelArtEnvironment/Shaders/Toon.shadergraph
PASS S SO — Assets/WL/Look/Env/Resources/WL/WLEnvLookSettings.asset
후보 = 맵 9종 + 캐릭터 265종 → 중복 제거 274종

View File

@ -292,7 +292,7 @@ public static class WL814c_Convert
if (m == null) { m = new Material(toon); AssetDatabase.CreateAsset(m, dst); created = true; }
if (m.shader != toon) m.shader = toon;
ApplyToonValues(m, src, cfg);
ApplyToonValues(m, src, cfg, isChar);
EditorUtility.SetDirty(m);
origs.Add(src); toons.Add(m);
@ -420,7 +420,7 @@ public static class WL814c_Convert
return null;
}
static void ApplyToonValues(Material m, Material src, WL.Look.Env.WLEnvLookSettings c)
static void ApplyToonValues(Material m, Material src, WL.Look.Env.WLEnvLookSettings c, bool isChar)
{
// BaseMap / DiffuseColor 이관 — 원본 _BaseMap → _MainTex 순
Texture tex = null;
@ -459,7 +459,8 @@ public static class WL814c_Convert
m.SetFloat("_DepthEdgeStrength", c.depthEdgeStrength);
m.SetFloat("_NormalEdgeStrength", c.normalEdgeStrength);
if (m.HasProperty("_Outline")) m.SetColor("_Outline", c.outlineColor);
SetKw(m, "_OUTLINESENABLED", c.outlinesEnabled);
// 🔴 캐릭터(스킨드 메시)는 폴리곤이 촘촘해 270px 에서 노멀 외곽선이 노이즈가 된다 → SO 로 따로 끈다.
SetKw(m, "_OUTLINESENABLED", c.outlinesEnabled && (!isChar || c.characterOutlines));
// 구름 그림자
// 🔴 실측: 이 셰이더에 `_CLOUDSENABLED` 키워드는 **없다**(keywordSpace 36개에 없음 · 데모 .mat 의

View File

@ -0,0 +1,6 @@
WL-814c 외곽선 진단 · 00:02:55
[0] Shades=5 Brightness=0.25 MinDark=0.2 Ambient=0.1 → 어두운픽셀 0.046%
[1] Shades=5 Brightness=0.1 MinDark=0.35 Ambient=0.1 → 어두운픽셀 0.043%
[2] Shades=4 Brightness=0.05 MinDark=0.45 Ambient=0.05 → 어두운픽셀 0.039%
[3] Shades=6 Brightness=0 MinDark=0.55 Ambient=0.05 → 어두운픽셀 0.033%
[4] Shades=4 Brightness=-0.1 MinDark=0.55 Ambient=0.02 → 어두운픽셀 0.035%

View File

@ -0,0 +1,39 @@
// WL-814c 임시 조사 — Critter Toon 셰이더의 키워드/프로퍼티 실측(게임 코드 아님 · 커밋 대상 아님)
using System.IO;
using System.Text;
using UnityEditor;
using UnityEngine;
using UnityEngine.Rendering;
public static class WL814c_KwProbe
{
public static void Run()
{
var sb = new StringBuilder();
var sh = AssetDatabase.LoadAssetAtPath<Shader>("Assets/3DPixelArtEnvironment/Shaders/Toon.shadergraph");
sb.AppendLine("shader = " + (sh != null ? sh.name : "null"));
if (sh != null)
{
var ks = sh.keywordSpace;
sb.AppendLine("keywordSpace " + ks.keywordCount + "개:");
foreach (var k in ks.keywords) sb.AppendLine(" - " + k.name + " (valid=" + k.isValid + " override=" + k.isOverridable + ")");
sb.AppendLine("properties " + sh.GetPropertyCount() + "개:");
for (int i = 0; i < sh.GetPropertyCount(); i++)
sb.AppendLine(" " + sh.GetPropertyName(i) + " : " + sh.GetPropertyType(i) + " flags=" + sh.GetPropertyFlags(i));
}
var demo = AssetDatabase.LoadAssetAtPath<Material>("Assets/3DPixelArtEnvironment/Materials/Stone.mat");
if (demo != null)
{
sb.AppendLine("데모 Stone.mat 활성 키워드: " + string.Join(" ", demo.shaderKeywords));
sb.AppendLine(" _Cloud_Density=" + demo.GetFloat("_Cloud_Density") + " _Cloud_Strength=" + demo.GetFloat("_Cloud_Strength") + " _Cloud_Cover=" + demo.GetFloat("_Cloud_Cover"));
}
var mine = AssetDatabase.LoadAssetAtPath<Material>("Assets/WL/Look/Env/Materials/CPT_Terrain_01_Toon.mat");
if (mine != null)
{
sb.AppendLine("생성 CPT_Terrain_01_Toon.mat 활성 키워드: " + string.Join(" ", mine.shaderKeywords));
sb.AppendLine(" _Cloud_Density=" + mine.GetFloat("_Cloud_Density") + " _Cloud_Strength=" + mine.GetFloat("_Cloud_Strength") + " _Shades=" + mine.GetFloat("_Shades"));
}
File.WriteAllText("AgentScripts/WL814c_KW.txt", sb.ToString(), new UTF8Encoding(false));
Debug.Log(sb.ToString());
}
}

View File

@ -1,4 +1,4 @@
WL-814c 프로브 · 2026-09-10 23:53:04 · Unity 6000.3.23f1
WL-814c 프로브 · 2026-09-11 00:04:03 · Unity 6000.3.23f1
## A. 설정 SO · 스왑 표
PASS A1 SO 로드 — Assets/WL/Look/Env/Resources/WL/WLEnvLookSettings.asset
@ -6,7 +6,7 @@ WL-814c 프로브 · 2026-09-10 23:53:04 · Unity 6000.3.23f1
PASS A3 생성물 위치 — Assets/WL/Look/Env/Materials
PASS A4 원본 머티리얼 무수정(셰이더 유지) — 원본이 Toon 이 된 것 0개
PASS A5 생성 머티리얼 셰이더 — 258/258 Toon
PASS A6 구름(_Cloud_Strength>0)·외곽선(_OUTLINESENABLED) — clouds 258 · outlines 258 / 258
PASS A6 구름(_Cloud_Strength>0)·외곽선(_OUTLINESENABLED) — clouds 258/258 · outlines 5/258 (캐릭터는 SO characterOutlines=False 라 꺼짐)
PASS A6b 툰 램프 Shades = SO — 258/258 (SO 5)
BaseMap 이관된 머티리얼 256/258 (나머지는 원본에 텍스처가 없어 색만 이관)
PASS A7 잔디·물 에셋 참조 — grass True · flower True · water True
@ -35,10 +35,10 @@ WL-814c 프로브 · 2026-09-10 23:53:04 · Unity 6000.3.23f1
PASS D2 상한 준수 — 8175 ≤ 20000
| 지면 | 메시 면적(m²) | Density | 인스턴스 | 설정 |
|---|---|---|---|---|
| [WL814c] Grass_CPT_River_L_a_04_R | 10185 | 5.00 | 2037 | Grass_Leaf/Instanced_Grass(p100 s0.35) Flower_Leaf/Instanced_Flower(p1 s0.35) |
| [WL814c] Grass_CPT_River_L_a_03_R | 10152 | 5.00 | 2031 | Grass_Leaf/Instanced_Grass(p100 s0.35) Flower_Leaf/Instanced_Flower(p1 s0.35) |
| [WL814c] Grass_CPT_River_L_c_02 | 10171 | 5.00 | 2035 | Grass_Leaf/Instanced_Grass(p100 s0.35) Flower_Leaf/Instanced_Flower(p1 s0.35) |
| [WL814c] Grass_CPT_River_End_L_a_01_R | 10356 | 5.00 | 2072 | Grass_Leaf/Instanced_Grass(p100 s0.35) Flower_Leaf/Instanced_Flower(p1 s0.35) |
| [WL814c] Grass_CPT_River_L_a_04_R | 10185 | 5.00 | 2037 | Grass_Leaf/Instanced_Grass(p100 s0.2625319) Flower_Leaf/Instanced_Flower(p1 s0.2226149) |
| [WL814c] Grass_CPT_River_L_a_03_R | 10152 | 5.00 | 2031 | Grass_Leaf/Instanced_Grass(p100 s0.2625319) Flower_Leaf/Instanced_Flower(p1 s0.2226149) |
| [WL814c] Grass_CPT_River_L_c_02 | 10171 | 5.00 | 2035 | Grass_Leaf/Instanced_Grass(p100 s0.2625319) Flower_Leaf/Instanced_Flower(p1 s0.2226149) |
| [WL814c] Grass_CPT_River_End_L_a_01_R | 10356 | 5.00 | 2072 | Grass_Leaf/Instanced_Grass(p100 s0.2625319) Flower_Leaf/Instanced_Flower(p1 s0.2226149) |
PASS D3 컴포넌트 수 — 4 / 4
PASS D4 대리 렌더러는 그리지 않는다(지면 이중 렌더 0) — enabled=true 인 대리 렌더러 0개
PASS D5 렌더 전용(콜라이더·NavMesh 무관) — 잔디 오브젝트의 콜라이더 0개

View File

@ -102,7 +102,9 @@ public static class WL814c_Probe
if (Mathf.Approximately(t.GetFloat("_Shades"), c.shades)) shadesOk++;
}
Chk("A5 생성 머티리얼 셰이더", toonShader == pairs, toonShader + "/" + pairs + " Toon");
Chk("A6 구름(_Cloud_Strength>0)·외곽선(_OUTLINESENABLED)", cloudsOn == pairs && outlineOn == pairs, "clouds " + cloudsOn + " · outlines " + outlineOn + " / " + pairs);
Chk("A6 구름(_Cloud_Strength>0)·외곽선(_OUTLINESENABLED)", cloudsOn == pairs && outlineOn > 0,
"clouds " + cloudsOn + "/" + pairs + " · outlines " + outlineOn + "/" + pairs +
" (캐릭터는 SO characterOutlines=" + c.characterOutlines + " 라 " + (c.characterOutlines ? "켜짐" : "꺼짐") + ")");
Chk("A6b 툰 램프 Shades = SO", shadesOk == pairs, shadesOk + "/" + pairs + " (SO " + c.shades + ")");
L(" BaseMap 이관된 머티리얼 " + withMap + "/" + pairs + " (나머지는 원본에 텍스처가 없어 색만 이관)");
Chk("A7 잔디·물 에셋 참조", c.grassMesh != null && c.grassMaterial != null && c.flowerMesh != null && c.flowerMaterial != null && c.waterMaterial != null,
@ -342,17 +344,22 @@ public static class WL814c_Probe
Chk("E0 맵", map != null, "WL_Nature");
if (map == null) return;
// 기준점 = 811o 와 같은 Portal_Start 앞 6 m · 지면 스냅
Vector3 anchor = Vector3.zero; string aname = "(origin)";
foreach (var t in map.GetComponentsInChildren<Transform>(true))
if (t.name == "Portal_Start") { anchor = t.position; aname = "Portal_Start"; break; }
Vector3 pcPos = anchor + new Vector3(0f, 0f, 6f);
RaycastHit hit;
if (Physics.Raycast(pcPos + Vector3.up * 200f, Vector3.down, out hit, 500f)) pcPos = hit.point;
L(" 기준점(" + aname + ") " + anchor + " → PC " + pcPos);
// 🔴 직교 카메라(814b 대신 임시) · 811o 회전(h 76 · yaw 233) · size 3.8
const float h = 76f, yaw = 233f, dUp = 2.4f, ortho = 3.8f;
// far 를 160 m 로 좁힌다 = 깊이 외곽선 임계(SO depthThreshold)가 실제 단차(m)에 대응하게 하려고.
// 🔴 camBack 는 25 m — URP-Balanced 의 그림자 거리가 **50 m**(814a 실측)라 카메라가 더 멀면
// 피사체가 그림자 범위 밖으로 나가 그림자가 통째로 사라진다(직교라 거리는 구도에 영향 없음).
const float h = 76f, yaw = 233f, dUp = 2.4f, ortho = 3.8f, camBack = 25f, farClip = 120f;
Vector3 dir = (Quaternion.Euler(h, yaw, 0f) * Vector3.one).normalized;
Vector3 fwd0 = new Vector3(dir.x, 0f, dir.z).normalized;
// 기준점 = 「나무·수풀이 가장 촘촘하고 물이 가까운 곳」(배경 아트를 보여주는 것이 이 캡처의 목적)
string aname;
Vector3 scenic = ScenicSpot(map, out aname);
Vector3 pcPos = scenic - fwd0 * 11f; // 나무 군락이 PC 뒤 11 m(화면 위쪽 배경)에 오도록
RaycastHit hit;
if (Physics.Raycast(pcPos + Vector3.up * 300f, Vector3.down, out hit, 700f)) pcPos = hit.point;
L(" 기준점(" + aname + ") " + scenic.ToString("0.0") + " → PC " + pcPos.ToString("0.0"));
var camGo = new GameObject("[WL814c] OrthoCam");
var cam = camGo.AddComponent<Camera>();
var acd = camGo.AddComponent<UniversalAdditionalCameraData>();
@ -361,17 +368,18 @@ public static class WL814c_Probe
acd.antialiasing = AntialiasingMode.None;
cam.orthographic = true;
cam.orthographicSize = ortho;
cam.nearClipPlane = 0.03f;
cam.farClipPlane = 800f;
cam.nearClipPlane = 0.1f;
cam.farClipPlane = farClip;
cam.clearFlags = CameraClearFlags.Skybox;
Vector3 dir = (Quaternion.Euler(h, yaw, 0f) * Vector3.one).normalized;
Vector3 lookAt = pcPos + new Vector3(0f, 1.06f, 0f);
cam.transform.position = pcPos + Vector3.up * dUp - dir * 60f;
Vector3 lookAt = pcPos + new Vector3(0f, 1.06f, 0f) + fwd0 * 2f; // 배경 쪽으로 살짝 치우친 구도
cam.transform.position = pcPos + Vector3.up * dUp - dir * camBack;
cam.transform.LookAt(lookAt);
Vector3 fwd = pcPos - cam.transform.position; fwd.y = 0f; fwd.Normalize();
Vector3 right = Vector3.Cross(Vector3.up, fwd);
L(" 카메라 직교 size " + ortho + " · pos " + cam.transform.position + " · look " + lookAt + " · 811o(h 76 · yaw 233)");
L(" 카메라 직교 size " + ortho + " · pos " + cam.transform.position.ToString("0.0") + " · look " + lookAt.ToString("0.0") +
" · 811o(h 76 · yaw 233) · near 0.1 / far " + farClip +
" → 깊이 임계 " + (c != null ? c.depthThreshold : 0f) + " = 단차 " + ((c != null ? c.depthThreshold : 0f) * (farClip - 0.1f)).ToString("0.00") + " m");
var pc = Inst("Assets/Res_Addr/PC/Ai01.prefab", pcPos);
if (pc != null) pc.transform.rotation = Quaternion.LookRotation(fwd, Vector3.up);
@ -393,14 +401,14 @@ public static class WL814c_Probe
EnvLook.ResetForProbe();
// ─ ⓐ 원본 (Lit · 같은 직교 · 외곽선 0 · 잔디 0) ───────────────────
EnvLook.SetFeature(false);
Feature(false);
Shot(cam, kOutDir + @"\look_1_original.png", "ⓐ 원본(URP/Lit)", false);
// ─ ⓑ Toon + 1px 외곽선 (구름 off) ────────────────────────────────
EnvLook.BeginForProbe();
int swMap = EnvLook.SweepRoot(map.transform);
Clouds(c, false);
EnvLook.SetFeature(true);
Feature(true);
Shot(cam, kOutDir + @"\look_2_toon_outline.png", "ⓑ Toon 램프 + 1px 픽셀 외곽선(맵 " + swMap + " 렌더러 · 구름 off)", false);
// ─ ⓒ + 잔디 ──────────────────────────────────────────────────────
@ -433,6 +441,7 @@ public static class WL814c_Probe
{
FreeGrassDraw();
try { Clouds(WLEnvLookSettings.Instance, true); } catch { }
try { Feature(false); } catch { }
try { EnvLook.RestoreNow("capture-final"); } catch { }
try { EditorSceneManager.NewScene(NewSceneSetup.EmptyScene, NewSceneMode.Single); } catch { }
}
@ -441,6 +450,50 @@ public static class WL814c_Probe
Write(kTxtCap);
}
/// <summary>피처 on/off + 렌더러 재생성 강제(SetDirty = isInvalidated · 에셋 파일에는 안 쓴다).</summary>
static void Feature(bool on)
{
EnvLook.SetFeature(on);
var rd = AssetDatabase.LoadAssetAtPath<ScriptableRendererData>(kRendererPath);
if (rd != null) rd.SetDirty();
}
/// <summary>「나무·수풀이 촘촘하고 물이 가까운」 곳 = 배경 아트를 보여줄 자리(실측 좌표를 보고서에 남긴다).</summary>
static Vector3 ScenicSpot(GameObject map, out string why)
{
var pts = new List<Vector3>();
var waters = new List<Bounds>();
foreach (var r in map.GetComponentsInChildren<Renderer>(true))
{
if (r == null || r is ParticleSystemRenderer) continue;
var m = r.sharedMaterial;
if (m == null) continue;
if (m.name == "Trees" || m.name == "Vegetation") { if (pts.Count % 1 == 0) pts.Add(r.bounds.center); }
else if (m.name.IndexOf("Water", StringComparison.OrdinalIgnoreCase) >= 0) waters.Add(r.bounds);
}
if (pts.Count == 0) { why = "(나무 0 · 원점)"; return Vector3.zero; }
// 25 m 이웃 수 + 물 근접 보너스
int step = Mathf.Max(1, pts.Count / 300);
Vector3 best = pts[0]; float bestScore = -1f; int bestN = 0; float bestWater = 9999f;
for (int i = 0; i < pts.Count; i += step)
{
var p = pts[i];
int n = 0;
for (int j = 0; j < pts.Count; j += step)
if ((pts[j] - p).sqrMagnitude < 25f * 25f) n++;
float wd = 9999f;
for (int w = 0; w < waters.Count; w++) wd = Mathf.Min(wd, Vector3.Distance(waters[w].ClosestPoint(p), p));
float score = n + (wd < 40f ? 12f : 0f) + (wd < 20f ? 12f : 0f);
if (score > bestScore) { bestScore = score; best = p; bestN = n; bestWater = wd; }
}
best.y = 0f;
RaycastHit hit;
if (Physics.Raycast(new Vector3(best.x, 400f, best.z), Vector3.down, out hit, 900f)) best = hit.point;
why = "나무·수풀 군락 " + bestN + "그루/25 m · 물까지 " + (bestWater > 9000f ? "없음" : bestWater.ToString("0") + " m");
return best;
}
/// <summary>생성한 Toon 머티리얼의 구름 그림자만 토글(_Cloud_Strength · 원본 .mat 무관 · SaveAssets 0).</summary>
static void Clouds(WLEnvLookSettings c, bool on)
{
@ -550,6 +603,106 @@ public static class WL814c_Probe
" · drawCalls " + dc + " · batches " + batches + " · tri " + tri);
}
// ═════════════════════════════════════════════════════════════════════════
// Diag — 외곽선 파라미터 스윕(임시 · 커밋 대상 아님 · 어떤 값에서 외곽선이 실제로 나오는가)
// ═════════════════════════════════════════════════════════════════════════
public static void Diag()
{
s_sb = new StringBuilder(); s_pass = 0; s_fail = 0;
L("WL-814c 외곽선 진단 · " + DateTime.Now.ToString("HH:mm:ss"));
var c = WLEnvLookSettings.Instance;
try
{
var temp = EditorSceneManager.NewScene(NewSceneSetup.DefaultGameObjects, NewSceneMode.Single);
foreach (var go in temp.GetRootGameObjects())
if (go.GetComponent<Camera>() != null) UnityEngine.Object.DestroyImmediate(go);
var map = Inst(kMapPrefab, Vector3.zero);
Vector3 dir = (Quaternion.Euler(76f, 233f, 0f) * Vector3.one).normalized;
Vector3 fwd0 = new Vector3(dir.x, 0f, dir.z).normalized;
string aname;
Vector3 pcPos = ScenicSpot(map, out aname) - fwd0 * 11f;
RaycastHit hit;
if (Physics.Raycast(pcPos + Vector3.up * 300f, Vector3.down, out hit, 700f)) pcPos = hit.point;
var camGo = new GameObject("[WL814c] Diag");
var cam = camGo.AddComponent<Camera>();
camGo.AddComponent<UniversalAdditionalCameraData>();
cam.orthographic = true; cam.orthographicSize = 3.8f;
cam.transform.position = pcPos + Vector3.up * 2.4f - dir * 55f;
cam.transform.LookAt(pcPos + new Vector3(0f, 1.06f, 0f) + fwd0 * 2f);
var pc = Inst("Assets/Res_Addr/PC/Ai01.prefab", pcPos);
Pose(pc);
EnvLook.ResetForProbe(); EnvLook.BeginForProbe();
EnvLook.SweepRoot(map.transform);
if (pc != null) EnvLook.SweepRoot(pc.transform);
Clouds(c, false);
var rd = AssetDatabase.LoadAssetAtPath<ScriptableRendererData>(kRendererPath);
EnvLook.SetFeature(true);
if (rd != null) rd.SetDirty();
cam.nearClipPlane = 0.1f; cam.farClipPlane = 160f;
// (Shades, Brightness, MinimumDarkness, AmbientStrength)
float[][] sets = {
new float[]{5, 0.25f, 0.20f, 0.10f}, // 현재(데모 Brightness/MinDark)
new float[]{5, 0.10f, 0.35f, 0.10f},
new float[]{4, 0.05f, 0.45f, 0.05f},
new float[]{6, 0.00f, 0.55f, 0.05f},
new float[]{4, -0.10f,0.55f, 0.02f},
};
for (int i = 0; i < sets.Length; i++)
{
var s = sets[i];
foreach (var m in c.toons)
{
if (m == null) continue;
m.SetFloat("_Shades", s[0]); m.SetFloat("_Brightness", s[1]);
m.SetFloat("_MinimumDarkness", s[2]);
if (m.HasProperty("_AmbientStrength")) m.SetFloat("_AmbientStrength", s[3]);
}
float dark = ShotStat(cam, kOutDir + @"\diag_" + i + ".png");
L(" [" + i + "] Shades=" + s[0] + " Brightness=" + s[1] + " MinDark=" + s[2] + " Ambient=" + s[3] +
" → 어두운픽셀 " + (dark * 100f).ToString("0.000") + "%");
}
EnvLook.SetFeature(false);
foreach (var m in c.toons)
{
if (m == null) continue;
m.SetFloat("_Shades", c.shades); m.SetFloat("_Brightness", c.brightness);
m.SetFloat("_MinimumDarkness", c.minimumDarkness);
if (m.HasProperty("_AmbientStrength")) m.SetFloat("_AmbientStrength", c.ambientStrength);
}
Clouds(c, true);
EnvLook.RestoreNow("diag");
}
catch (Exception ex) { L("EXCEPTION " + ex); }
finally { try { EditorSceneManager.NewScene(NewSceneSetup.EmptyScene, NewSceneMode.Single); } catch { } }
Write("AgentScripts/WL814c_DIAG.txt");
}
static float ShotStat(Camera cam, string file)
{
var low = new RenderTexture(kLowW, kLowH, 24, RenderTextureFormat.ARGB32, RenderTextureReadWrite.sRGB);
low.filterMode = FilterMode.Point; low.antiAliasing = 1; low.Create();
cam.targetTexture = low; cam.Render(); cam.targetTexture = null;
var active = RenderTexture.active; RenderTexture.active = low;
var tex = new Texture2D(kLowW, kLowH, TextureFormat.RGB24, false);
tex.ReadPixels(new Rect(0, 0, kLowW, kLowH), 0, 0); tex.Apply();
RenderTexture.active = active;
File.WriteAllBytes(file, tex.EncodeToPNG());
var px = tex.GetPixels32();
int dark = 0;
for (int i = 0; i < px.Length; i++) if (px[i].r < 40 && px[i].g < 40 && px[i].b < 40) dark++;
UnityEngine.Object.DestroyImmediate(tex);
low.Release(); UnityEngine.Object.DestroyImmediate(low);
RenderTexture.active = null;
return dark / (float)px.Length;
}
// ── 헬퍼 ─────────────────────────────────────────────────────────────────
static GameObject Inst(string path, Vector3 pos)
{

View File

@ -1,4 +1,4 @@
WL-814c 설정 SO 생성 · 2026-09-10 23:40:21
WL-814c 설정 SO 생성 · 2026-09-11 00:00:26
PASS S0 SO — 신규 Assets/WL/Look/Env/Resources/WL/WLEnvLookSettings.asset
PASS S0 잔디 메시 — Grass_Leaf
PASS S0 잔디 머티리얼 — Instanced_Grass

View File

@ -402,6 +402,15 @@ namespace WL.Look.Env
static float SqrTo(Bounds b, Vector3 p) { return (b.ClosestPoint(p) - p).sqrMagnitude; }
/// <summary>목표 높이(m) ÷ 메시 높이. 메시가 없거나 목표가 0 이면 SO 의 원시 Scale.</summary>
public static float ScaleFor(Mesh m, WLEnvLookSettings c)
{
if (m == null || c == null || c.grassHeightMeters <= 0f) return c != null ? c.grassScale : 1f;
float h = m.bounds.size.y;
if (h <= 0.0001f) return c.grassScale;
return c.grassHeightMeters / h;
}
static int AttachOne(MeshRenderer ground, WLEnvLookSettings c, int budget)
{
var mf = ground.GetComponent<MeshFilter>();
@ -446,7 +455,7 @@ namespace WL.Look.Env
Mesh = c.grassMesh,
Material = c.grassMaterial,
Probability = c.grassProbability,
Scale = c.grassScale,
Scale = ScaleFor(c.grassMesh, c),
NormalOffset = c.grassNormalOffset
});
if (c.flowerMesh != null && c.flowerMaterial != null)
@ -455,7 +464,7 @@ namespace WL.Look.Env
Mesh = c.flowerMesh,
Material = c.flowerMaterial,
Probability = c.flowerProbability,
Scale = c.grassScale,
Scale = ScaleFor(c.flowerMesh, c),
NormalOffset = c.grassNormalOffset
});
mib.InstancingSettings = settings.ToArray();

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -73,7 +73,7 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -73,7 +73,7 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2

View File

@ -60,7 +60,7 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -12,8 +12,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -60,13 +59,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

View File

@ -25,8 +25,7 @@ Material:
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _OUTLINESENABLED
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@ -73,13 +72,13 @@ Material:
- _Cloud_Strength: 1
- _Cull: 2
- _DepthEdgeStrength: 0.5
- _DepthThreshold: 0.01
- _DepthThreshold: 0.004
- _DstBlend: 0
- _DstBlendAlpha: 0
- _MinimumDarkness: 0.2
- _NormalEdgeStrength: 0.3
- _NormalThreshold: 1
- _OUTLINESENABLED: 1
- _OUTLINESENABLED: 0
- _QueueControl: 0
- _QueueOffset: 0
- _Shades: 5

Some files were not shown because too many files have changed in this diff Show More