From b0fa0c50b9082e6b64683907af1014ad07667700 Mon Sep 17 00:00:00 2001 From: Robin Rolf Date: Tue, 30 Jan 2024 03:30:04 +0100 Subject: [PATCH] test todos --- .../InterestManagementTests_FastSpatialHashing.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs index a36eeb7c1..d399e615a 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs @@ -1,5 +1,6 @@ -// default = no component = everyone sees everyone - +// TODO: test despawning +// TODO: test non-player ni's +// TODO: test grid size changing at runtime using System; using NUnit.Framework; using UnityEngine;