From df1e3842c7571cf6db8f8238b893bde049abf651 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 21 Sep 2021 19:51:10 +0800 Subject: *custom rendering pipeline --- Assets/Scripts/Rendering/CustomLighting.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Assets/Scripts/Rendering/CustomLighting.cs (limited to 'Assets/Scripts/Rendering/CustomLighting.cs') diff --git a/Assets/Scripts/Rendering/CustomLighting.cs b/Assets/Scripts/Rendering/CustomLighting.cs new file mode 100644 index 00000000..57597e21 --- /dev/null +++ b/Assets/Scripts/Rendering/CustomLighting.cs @@ -0,0 +1,9 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CustomLightingSystem : Singleton +{ + + +} -- cgit v1.1-26-g67d0