Merge branch 'main' into dev

This commit is contained in:
DCFApixels 2025-03-12 21:28:26 +08:00
commit 45d3885aa2

View File

@ -39,7 +39,7 @@
</br> </br>
A multifunctional, extensible, and high-performance Gizmos drawing utility for Unity. It works both in the editor and in the build, and drawing can be done both in OnDrawGizmos and in Update. HDRP, URP, and BRP are supported, but drawing in the OnDrawGizmos callbacks is not supported in BRP. A multifunctional, extensible, and high-performance Gizmos drawing utility for Unity. It works both in the editor and in the build, and drawing can be done both in `OnDrawGizmos` and in `Update`. HDRP, URP, and BRP are supported, but drawing in the `OnDrawGizmos` callbacks is not supported in BRP.
Syntax: Syntax:
```c# ```c#