2026-03-18 허수아비 추가
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace Ilumisoft.Rendering
|
||||
{
|
||||
[CustomEditor(typeof(OutlineRendererFeature))]
|
||||
public class OutlineRendererFeatureEditor : Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
base.OnInspectorGUI();
|
||||
|
||||
EditorGUILayout.HelpBox("Add the Outline override to a Post-processing Volume to further adjust the appearance of the outlines.", MessageType.Info);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 52c9e5f2c261c9e4f83f233c1ead1899
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 327778
|
||||
packageName: Outline Plus - Post Processing Edge Detection for URP
|
||||
packageVersion: 1.0
|
||||
assetPath: Assets/Ilumisoft/Outline Plus/Scripts/Editor/OutlineRendererFeatureEditor.cs
|
||||
uploadId: 782589
|
||||
Reference in New Issue
Block a user