Compare commits

..

3 Commits

Author SHA1 Message Date
DCFApixels
89427b41f9 Merge branch 'main' into dev 2025-04-21 00:13:45 +08:00
DCFApixels
e4cd108ad9 up version to 0.8.11 2025-04-17 23:56:05 +08:00
DCFApixels
23b87225ce fix defines 2025-04-17 23:55:41 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ namespace DCFApixels
[IN(LINE)]
public DrawHandler Gizmo<T>(T value) where T : IGizmo<T>
{
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
GetCurrentContextController().Add(value, Duration, Color);
#endif
return this;
@ -414,7 +414,7 @@ namespace DCFApixels
[IN(LINE)]
public DrawHandler Gizmos<T>(ReadOnlySpan<T> values) where T : IGizmo<T>
{
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
GetCurrentContextController().AddRange(values, Duration, Color);
#endif
return this;

View File

@ -8,7 +8,7 @@
"displayName": "DebugX",
"description": "",
"unity": "2021.3",
"version": "0.8.10",
"version": "0.8.11",
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DebugX.git"