[A] full screen wave

This commit is contained in:
2025-03-06 22:26:48 +08:00
parent 130cc22348
commit d764abfd7d
20 changed files with 1034 additions and 1020 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestOnRenderImage : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}