├── LICENSE.md ├── README.md ├── jpsplus_demo.gif └── unity.playground.pathfinding ├── .gitignore ├── Assets ├── GoBoard.cs ├── GoBoard.cs.meta ├── GoJPSPlusBlock.cs ├── GoJPSPlusBlock.cs.meta ├── GoMenubar.cs ├── GoMenubar.cs.meta ├── Main.cs ├── Main.cs.meta ├── NF.AI.PathFinding.dll ├── NF.AI.PathFinding.dll.meta ├── Priority Queue.dll ├── Priority Queue.dll.meta ├── Resources.meta ├── Resources │ ├── GoJPSPlusBlock.prefab │ └── GoJPSPlusBlock.prefab.meta ├── Scenes.meta └── Scenes │ ├── SampleScene.unity │ └── SampleScene.unity.meta ├── Packages ├── manifest.json └── packages-lock.json └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/README.md -------------------------------------------------------------------------------- /jpsplus_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/jpsplus_demo.gif -------------------------------------------------------------------------------- /unity.playground.pathfinding/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/.gitignore -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoBoard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoBoard.cs -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoBoard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoBoard.cs.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoJPSPlusBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoJPSPlusBlock.cs -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoJPSPlusBlock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoJPSPlusBlock.cs.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoMenubar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoMenubar.cs -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/GoMenubar.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/GoMenubar.cs.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Main.cs -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Main.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Main.cs.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/NF.AI.PathFinding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/NF.AI.PathFinding.dll -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/NF.AI.PathFinding.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/NF.AI.PathFinding.dll.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Priority Queue.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Priority Queue.dll -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Priority Queue.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Priority Queue.dll.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Resources.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Resources/GoJPSPlusBlock.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Resources/GoJPSPlusBlock.prefab -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Resources/GoJPSPlusBlock.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Resources/GoJPSPlusBlock.prefab.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Scenes.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /unity.playground.pathfinding/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /unity.playground.pathfinding/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Packages/manifest.json -------------------------------------------------------------------------------- /unity.playground.pathfinding/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/Packages/packages-lock.json -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /unity.playground.pathfinding/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netpyoung/unity.playground.pathfinding/HEAD/unity.playground.pathfinding/ProjectSettings/XRSettings.asset --------------------------------------------------------------------------------