update version to 0.8.14

This commit is contained in:
Mikhail 2025-12-01 17:40:46 +08:00
parent e23fcbc74b
commit d4339eca97
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ public static class SomeGizmoExtensions
// Рисуем линию. // Рисуем линию.
self.Line(start, end); self.Line(start, end);
// Рисуем текст посреди линии который показывает длину линии. // Рисуем текст посреди линии который показывает длину линии.
self.Text(Vector3.Lerp(start, end, 0.5f), Vector3.Distance(start, end), DebugXTextSettings.Default.SetAnchor(TextAnchor.UpperCenter)); self.Text(Vector3.Lerp(start, end, 0.5f), Vector3.Distance(start, end), DebugXTextSettings.ScreenSpace.SetAnchor(TextAnchor.UpperCenter));
// для поддержки Method Chaining синтаксиса. // для поддержки Method Chaining синтаксиса.
return self; return self;
} }

View File

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