├── GoCallDLL ├── linmath │ ├── Vector2.go │ ├── Vector3.go │ └── tool.go ├── main.go └── navigation │ ├── go_build_main_go.exe │ ├── go_out.txt │ ├── navigation.go │ └── navigation.h ├── NavMesh2 ├── Assets │ ├── ExportNavMesh.cs │ ├── ExportNavMesh.cs.meta │ ├── Materials.meta │ ├── Materials │ │ ├── pPlane1Mat.mat │ │ └── pPlane1Mat.mat.meta │ ├── NavMesh.obj │ ├── NavMesh.obj.meta │ ├── New Terrain.asset │ ├── New Terrain.asset.meta │ ├── main.meta │ ├── main.unity │ ├── main.unity.meta │ └── main │ │ ├── NavMesh.asset │ │ └── NavMesh.asset.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── GridBrush │ │ └── UnityEditor.GridBrush.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ ├── 002b58be7c3e7374f19e6d487d762980.bin │ │ │ ├── 01af25d4589f5ada85837230535242c0.bin │ │ │ ├── 09ac3fb406cf780fa0cbebf3b8a06ac4.bin │ │ │ └── 0a7b9d78acf7777694439441ed6086db.bin │ │ ├── 1 │ │ │ ├── 16aa283808e8e9f6ed916590a5a71da7.bin │ │ │ └── 19407b1f81d7a496efa50ac744a3bc0f.bin │ │ ├── 2 │ │ │ └── 26830d927e68c5dfbd37721f89b4ac66.bin │ │ ├── 3 │ │ │ ├── 3a6703434c8e75dfba7bb4cfc82ef059.bin │ │ │ └── 3b8c92482752ea09eb5ae709252db09d.bin │ │ ├── 4 │ │ │ ├── 409711976668e1da80d93ea93d573cf0.bin │ │ │ └── 40fdbbdcb79d3e1811a5f97e93e08d16.bin │ │ ├── 5 │ │ │ ├── 58788c158b8a6817fa19b57ee77499f1.bin │ │ │ └── 58da1452da0895e010ef7aaed5b1f1ed.bin │ │ ├── 6 │ │ │ ├── 65d766d24340875b2091df1ab58d5907.bin │ │ │ ├── 6df9dd994bac85732efc2a415c6b2c8e.bin │ │ │ └── 6e9f3440a522e796c27c8c2545d2b1b5.bin │ │ ├── 7 │ │ │ ├── 72c4ba1fb4a7a16afc9e52e7f64470ca.bin │ │ │ └── 76af463369b54d74c3a3cd54159f8784.bin │ │ ├── 9 │ │ │ ├── 986342294cc3709451a3ccac9e352acc.bin │ │ │ └── 9a96889528f7a05c49adf1e72398d5c7.bin │ │ ├── a │ │ │ └── acd88c76668fa31edebca20c981db4b3.bin │ │ ├── b │ │ │ ├── b7351f04accfe5d2166ee1789acc0874.bin │ │ │ ├── b74f726b3118e37f6f9ced302a3d232b.bin │ │ │ ├── b8eb9bc7cf3e816bef722b3ea9b270c3.bin │ │ │ ├── bb2002df664148b28ed8a5a0385a53bd.bin │ │ │ └── be3a665e6175140a5176e6eea2665cb2.bin │ │ ├── c │ │ │ ├── c53d4d23833c82578e6b8e2ad0a3f397.bin │ │ │ ├── c63b57cd0053a7bbfc728eb61d733221.bin │ │ │ └── cde19d8302ced970b34642cf24d1f690.bin │ │ ├── d │ │ │ ├── d82380d73bcfcfdad359a6583b81269a.bin │ │ │ └── decf9552f21b023105604f8249d6bbcb.bin │ │ ├── e │ │ │ ├── e7abcba6367f8cb11162d978747624b2.bin │ │ │ └── ed1fbf23a1cc6fe8fa49be9f498d8b72.bin │ │ └── f │ │ │ ├── f316307b70f03f66ff77d5a05b8c7a51.bin │ │ │ ├── f65208d52bec2478dcf3a684c9adda97.bin │ │ │ └── fa066748194a2c51878c878af76d0594.bin │ ├── SpriteAtlasDatabase.asset │ ├── TilemapEditorUserSettings.asset │ ├── UnityAssemblies │ │ ├── UnityEditor.dll │ │ ├── UnityEditor.xml │ │ ├── UnityEngine.AIModule.dll │ │ ├── UnityEngine.AIModule.xml │ │ ├── UnityEngine.ARModule.dll │ │ ├── UnityEngine.ARModule.xml │ │ ├── UnityEngine.AccessibilityModule.dll │ │ ├── UnityEngine.AccessibilityModule.xml │ │ ├── UnityEngine.Analytics.dll │ │ ├── UnityEngine.AnimationModule.dll │ │ ├── UnityEngine.AnimationModule.xml │ │ ├── UnityEngine.AudioModule.dll │ │ ├── UnityEngine.AudioModule.xml │ │ ├── UnityEngine.ClothModule.dll │ │ ├── UnityEngine.ClothModule.xml │ │ ├── UnityEngine.ClusterInputModule.dll │ │ ├── UnityEngine.ClusterInputModule.xml │ │ ├── UnityEngine.ClusterRendererModule.dll │ │ ├── UnityEngine.ClusterRendererModule.xml │ │ ├── UnityEngine.CoreModule.dll │ │ ├── UnityEngine.CoreModule.xml │ │ ├── UnityEngine.CrashReportingModule.dll │ │ ├── UnityEngine.CrashReportingModule.xml │ │ ├── UnityEngine.DirectorModule.dll │ │ ├── UnityEngine.DirectorModule.xml │ │ ├── UnityEngine.GameCenterModule.dll │ │ ├── UnityEngine.GameCenterModule.xml │ │ ├── UnityEngine.GoogleAudioSpatializer.dll │ │ ├── UnityEngine.GoogleAudioSpatializer.xml │ │ ├── UnityEngine.GridModule.dll │ │ ├── UnityEngine.GridModule.xml │ │ ├── UnityEngine.HoloLens.dll │ │ ├── UnityEngine.HoloLens.xml │ │ ├── UnityEngine.IMGUIModule.dll │ │ ├── UnityEngine.IMGUIModule.xml │ │ ├── UnityEngine.ImageConversionModule.dll │ │ ├── UnityEngine.ImageConversionModule.xml │ │ ├── UnityEngine.InputModule.dll │ │ ├── UnityEngine.InputModule.xml │ │ ├── UnityEngine.JSONSerializeModule.dll │ │ ├── UnityEngine.JSONSerializeModule.xml │ │ ├── UnityEngine.Networking.dll │ │ ├── UnityEngine.Networking.xml │ │ ├── UnityEngine.ParticleSystemModule.dll │ │ ├── UnityEngine.ParticleSystemModule.xml │ │ ├── UnityEngine.ParticlesLegacyModule.dll │ │ ├── UnityEngine.ParticlesLegacyModule.xml │ │ ├── UnityEngine.PerformanceReportingModule.dll │ │ ├── UnityEngine.PerformanceReportingModule.xml │ │ ├── UnityEngine.Physics2DModule.dll │ │ ├── UnityEngine.Physics2DModule.xml │ │ ├── UnityEngine.PhysicsModule.dll │ │ ├── UnityEngine.PhysicsModule.xml │ │ ├── UnityEngine.Purchasing.dll │ │ ├── UnityEngine.ScreenCaptureModule.dll │ │ ├── UnityEngine.ScreenCaptureModule.xml │ │ ├── UnityEngine.SpatialTracking.dll │ │ ├── UnityEngine.SpatialTracking.xml │ │ ├── UnityEngine.SpriteMaskModule.dll │ │ ├── UnityEngine.SpriteMaskModule.xml │ │ ├── UnityEngine.StyleSheetsModule.dll │ │ ├── UnityEngine.StyleSheetsModule.xml │ │ ├── UnityEngine.TerrainModule.dll │ │ ├── UnityEngine.TerrainModule.xml │ │ ├── UnityEngine.TerrainPhysicsModule.dll │ │ ├── UnityEngine.TerrainPhysicsModule.xml │ │ ├── UnityEngine.TestRunner.dll │ │ ├── UnityEngine.TestRunner.xml │ │ ├── UnityEngine.TextRenderingModule.dll │ │ ├── UnityEngine.TextRenderingModule.xml │ │ ├── UnityEngine.TilemapModule.dll │ │ ├── UnityEngine.TilemapModule.xml │ │ ├── UnityEngine.Timeline.dll │ │ ├── UnityEngine.Timeline.xml │ │ ├── UnityEngine.UI.dll │ │ ├── UnityEngine.UI.xml │ │ ├── UnityEngine.UIAutomation.dll │ │ ├── UnityEngine.UIAutomation.xml │ │ ├── UnityEngine.UIElementsModule.dll │ │ ├── UnityEngine.UIElementsModule.xml │ │ ├── UnityEngine.UIModule.dll │ │ ├── UnityEngine.UIModule.xml │ │ ├── UnityEngine.UNETModule.dll │ │ ├── UnityEngine.UNETModule.xml │ │ ├── UnityEngine.UnityAnalyticsModule.dll │ │ ├── UnityEngine.UnityAnalyticsModule.xml │ │ ├── UnityEngine.UnityConnectModule.dll │ │ ├── UnityEngine.UnityConnectModule.xml │ │ ├── UnityEngine.UnityWebRequestAudioModule.dll │ │ ├── UnityEngine.UnityWebRequestAudioModule.xml │ │ ├── UnityEngine.UnityWebRequestModule.dll │ │ ├── UnityEngine.UnityWebRequestModule.xml │ │ ├── UnityEngine.UnityWebRequestTextureModule.dll │ │ ├── UnityEngine.UnityWebRequestTextureModule.xml │ │ ├── UnityEngine.UnityWebRequestWWWModule.dll │ │ ├── UnityEngine.UnityWebRequestWWWModule.xml │ │ ├── UnityEngine.VRModule.dll │ │ ├── UnityEngine.VRModule.xml │ │ ├── UnityEngine.VehiclesModule.dll │ │ ├── UnityEngine.VehiclesModule.xml │ │ ├── UnityEngine.VideoModule.dll │ │ ├── UnityEngine.VideoModule.xml │ │ ├── UnityEngine.WebModule.dll │ │ ├── UnityEngine.WebModule.xml │ │ ├── UnityEngine.WindModule.dll │ │ ├── UnityEngine.WindModule.xml │ │ ├── UnityEngine.dll │ │ ├── UnityEngine.xml │ │ ├── nunit.framework.dll │ │ ├── nunit.framework.xml │ │ └── version.txt │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 10 │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ ├── 12 │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ ├── 13 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ └── 1322fd896bbb15bb6e335591b766ae62.info │ │ ├── 15 │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ └── 15be9c691b85a41a39c18bee2f87e21b.info │ │ ├── 16 │ │ │ ├── 16a33fb66680d89498153f599f89ad9f │ │ │ └── 16a33fb66680d89498153f599f89ad9f.info │ │ ├── 21 │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ │ ├── 21ff9ca45778c9643a5faf60e5c2156c │ │ │ └── 21ff9ca45778c9643a5faf60e5c2156c.info │ │ ├── 22 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ ├── 26 │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ ├── 30 │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ ├── 32 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ ├── 38 │ │ │ ├── 38c6e324dc3684f4d8251107ce3ce60b │ │ │ ├── 38c6e324dc3684f4d8251107ce3ce60b.info │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ ├── 40 │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ └── 405b9b51bb344a128608d968297df79c.info │ │ ├── 41 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ ├── 44 │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ ├── 45 │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ ├── 48 │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ ├── 51 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ ├── 53 │ │ │ ├── 53993271a7e5057499280912e28a4455 │ │ │ ├── 53993271a7e5057499280912e28a4455.info │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ ├── 57 │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ ├── 62 │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ ├── 65 │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ ├── 75 │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ ├── 76 │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ ├── 79 │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 84 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ └── 844f815391db42d49455cbf1a7bfc434.info │ │ ├── 86 │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ └── 86c18994495874297b469aaa57ef9b44.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 90 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ └── 90791303b72ec4ae198f99d637dfdf6c.info │ │ ├── 99 │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ ├── 00 │ │ │ ├── 00000000000000001000000000000000 │ │ │ ├── 00000000000000001000000000000000.info │ │ │ ├── 00000000000000002000000000000000 │ │ │ ├── 00000000000000002000000000000000.info │ │ │ ├── 00000000000000003000000000000000 │ │ │ ├── 00000000000000003000000000000000.info │ │ │ ├── 00000000000000004000000000000000 │ │ │ ├── 00000000000000004000000000000000.info │ │ │ ├── 00000000000000004100000000000000 │ │ │ ├── 00000000000000004100000000000000.info │ │ │ ├── 00000000000000005000000000000000 │ │ │ ├── 00000000000000005000000000000000.info │ │ │ ├── 00000000000000005100000000000000 │ │ │ ├── 00000000000000005100000000000000.info │ │ │ ├── 00000000000000006000000000000000 │ │ │ ├── 00000000000000006000000000000000.info │ │ │ ├── 00000000000000006100000000000000 │ │ │ ├── 00000000000000006100000000000000.info │ │ │ ├── 00000000000000007000000000000000 │ │ │ ├── 00000000000000007000000000000000.info │ │ │ ├── 00000000000000007100000000000000 │ │ │ ├── 00000000000000007100000000000000.info │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ ├── 0000000000000000e100000000000000 │ │ │ └── 0000000000000000e100000000000000.info │ │ ├── 09 │ │ │ ├── 09efb6f156782b241ba54be7324403f8 │ │ │ └── 09efb6f156782b241ba54be7324403f8.info │ │ ├── 0d │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ ├── 1b │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ ├── 1c │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ ├── 2d │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ ├── 2e │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ ├── 3a │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ ├── 3c │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ ├── 4a │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ ├── 4b │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ ├── 4c │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ ├── 4f │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ └── 4f234578336894dc081edf696f2ff5f2.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 6a │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ └── 6a10b2909283487f913b00d94cd3faf5.info │ │ ├── 6e │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ └── 6e7c8cfeedae74eb3a562055e069e441.info │ │ ├── 7c │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ ├── 8e │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ ├── 9d │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ ├── a3 │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ ├── a6 │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc.info │ │ │ ├── a6cbc027bba96b8468cd1dd26c20ccf5 │ │ │ └── a6cbc027bba96b8468cd1dd26c20ccf5.info │ │ ├── ab │ │ │ ├── abed02c78b3d99e48ae607416cf3eab2 │ │ │ └── abed02c78b3d99e48ae607416cf3eab2.info │ │ ├── ad │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b2 │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ ├── b3 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ └── b32abd1c9d73a4cce8389f084ac12b11.info │ │ ├── b5 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ ├── b8 │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ ├── c4 │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ ├── c5 │ │ │ ├── c5aa63737ceebfd41b513a1940a6c5e5 │ │ │ ├── c5aa63737ceebfd41b513a1940a6c5e5.info │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ └── c5ba7626a737840ff88a3bd84b100482.info │ │ ├── c7 │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ ├── c768acbc9cf24d398488bb4c93b91288.info │ │ │ ├── c7c279365ae0f0a4c930c15fbea36ac0 │ │ │ └── c7c279365ae0f0a4c930c15fbea36ac0.info │ │ ├── c9 │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ ├── cc │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ ├── ce │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ ├── d1 │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ ├── d3 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ └── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ ├── d6 │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ ├── d9 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ ├── dc │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ ├── e1 │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ └── e1007cd261c84053beb0c3537782908d.info │ │ ├── e4 │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ ├── e7 │ │ │ ├── e7ca42031a42fbb4eae2c6dd04e8d832 │ │ │ └── e7ca42031a42fbb4eae2c6dd04e8d832.info │ │ ├── ea │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ ├── ed │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ ├── ee │ │ │ ├── ee9dc5f6a15d17d4e80205396dc637a7 │ │ │ ├── ee9dc5f6a15d17d4e80205396dc637a7.info │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ ├── f0 │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ ├── f1 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ └── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ ├── f2 │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ ├── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ ├── f7 │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ └── fe │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ └── shadercompiler-UnityShaderCompiler.exe0.log ├── NavMesh2.csproj ├── NavMesh2.sln ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset └── UnityPackageManager │ └── manifest.json ├── README.md ├── UnityScript └── ExportNavMesh.cs ├── bin └── navigation.dll ├── go.mod ├── recastnavigation-1.5.1 ├── .gitignore ├── .travis.yml ├── CallDLL │ └── main.cpp ├── DebugUtils │ ├── Include │ │ ├── DebugDraw.h │ │ ├── DetourDebugDraw.h │ │ ├── RecastDebugDraw.h │ │ └── RecastDump.h │ └── Source │ │ ├── DebugDraw.cpp │ │ ├── DetourDebugDraw.cpp │ │ ├── RecastDebugDraw.cpp │ │ └── RecastDump.cpp ├── Detour │ ├── Include │ │ ├── DetourAlloc.h │ │ ├── DetourAssert.h │ │ ├── DetourCommon.h │ │ ├── DetourMath.h │ │ ├── DetourNavMesh.h │ │ ├── DetourNavMeshBuilder.h │ │ ├── DetourNavMeshQuery.h │ │ ├── DetourNode.h │ │ └── DetourStatus.h │ └── Source │ │ ├── DetourAlloc.cpp │ │ ├── DetourCommon.cpp │ │ ├── DetourNavMesh.cpp │ │ ├── DetourNavMeshBuilder.cpp │ │ ├── DetourNavMeshQuery.cpp │ │ └── DetourNode.cpp ├── DetourCrowd │ ├── Include │ │ ├── DetourCrowd.h │ │ ├── DetourLocalBoundary.h │ │ ├── DetourObstacleAvoidance.h │ │ ├── DetourPathCorridor.h │ │ ├── DetourPathQueue.h │ │ └── DetourProximityGrid.h │ └── Source │ │ ├── DetourCrowd.cpp │ │ ├── DetourLocalBoundary.cpp │ │ ├── DetourObstacleAvoidance.cpp │ │ ├── DetourPathCorridor.cpp │ │ ├── DetourPathQueue.cpp │ │ └── DetourProximityGrid.cpp ├── DetourTileCache │ ├── Include │ │ ├── DetourTileCache.h │ │ └── DetourTileCacheBuilder.h │ └── Source │ │ ├── DetourTileCache.cpp │ │ └── DetourTileCacheBuilder.cpp ├── Docs │ ├── Conceptual │ │ ├── license_c.txt │ │ └── mainpage_c.txt │ ├── DoxygenLayout.xml │ ├── Extern │ │ └── Recast_api.txt │ ├── Images │ │ └── recast_intro.png │ ├── Readme.txt │ ├── footer.html │ └── header.html ├── Doxyfile ├── License.txt ├── README.md ├── Recast │ ├── Include │ │ ├── Recast.h │ │ ├── RecastAlloc.h │ │ └── RecastAssert.h │ └── Source │ │ ├── Recast.cpp │ │ ├── RecastAlloc.cpp │ │ ├── RecastArea.cpp │ │ ├── RecastContour.cpp │ │ ├── RecastFilter.cpp │ │ ├── RecastLayers.cpp │ │ ├── RecastMesh.cpp │ │ ├── RecastMeshDetail.cpp │ │ ├── RecastRasterization.cpp │ │ └── RecastRegion.cpp ├── RecastDemo │ ├── Bin │ │ ├── .gitignore │ │ ├── CallDLL.txt │ │ ├── DroidSans.ttf │ │ ├── TestCases │ │ │ ├── movement_test.txt │ │ │ ├── nav_mesh_test.txt │ │ │ └── raycast_test.txt │ │ └── output.txt │ ├── Contrib │ │ ├── fastlz │ │ │ ├── README.TXT │ │ │ ├── fastlz.c │ │ │ └── fastlz.h │ │ ├── readme-sdl.txt │ │ ├── stb_image.h │ │ └── stb_truetype.h │ ├── Include │ │ ├── ChunkyTriMesh.h │ │ ├── ConvexVolumeTool.h │ │ ├── CrowdTool.h │ │ ├── Filelist.h │ │ ├── InputGeom.h │ │ ├── MeshLoaderObj.h │ │ ├── NavMeshPruneTool.h │ │ ├── NavMeshTesterTool.h │ │ ├── OffMeshConnectionTool.h │ │ ├── PerfTimer.h │ │ ├── Sample.h │ │ ├── SampleInterfaces.h │ │ ├── Sample_Debug.h │ │ ├── Sample_SoloMesh.h │ │ ├── Sample_TempObstacles.h │ │ ├── Sample_TileMesh.h │ │ ├── SlideShow.h │ │ ├── TestCase.h │ │ ├── ValueHistory.h │ │ ├── imgui.h │ │ └── imguiRenderGL.h │ ├── Source │ │ ├── ChunkyTriMesh.cpp │ │ ├── ConvexVolumeTool.cpp │ │ ├── CrowdTool.cpp │ │ ├── Filelist.cpp │ │ ├── InputGeom.cpp │ │ ├── MeshLoaderObj.cpp │ │ ├── NavMeshPruneTool.cpp │ │ ├── NavMeshTesterTool.cpp │ │ ├── OffMeshConnectionTool.cpp │ │ ├── PerfTimer.cpp │ │ ├── Sample.cpp │ │ ├── SampleInterfaces.cpp │ │ ├── Sample_Debug.cpp │ │ ├── Sample_Debug.h │ │ ├── Sample_SoloMesh.cpp │ │ ├── Sample_TempObstacles.cpp │ │ ├── Sample_TileMesh.cpp │ │ ├── SlideShow.cpp │ │ ├── TestCase.cpp │ │ ├── ValueHistory.cpp │ │ ├── imgui.cpp │ │ ├── imguiRenderGL.cpp │ │ └── main.cpp │ ├── createSln.bat │ ├── linux.sh │ ├── premake5 │ ├── premake5.lua │ └── screenshot.png ├── Tests │ ├── Recast │ │ └── Tests_Recast.cpp │ ├── catch.hpp │ └── main.cpp ├── appveyor.yml └── navigation │ ├── ChunkyTriMesh.cpp │ ├── ChunkyTriMesh.h │ ├── Include │ └── navigation.h │ ├── InputGeom.cpp │ ├── InputGeom.h │ ├── MeshLoaderObj.cpp │ ├── MeshLoaderObj.h │ ├── NavMeshTesterTool.cpp │ ├── NavMeshTesterTool.h │ ├── PerfTimer.cpp │ ├── PerfTimer.h │ ├── Sample.cpp │ ├── Sample.h │ ├── SampleInterfaces.cpp │ ├── SampleInterfaces.h │ ├── Sample_SoloMesh.cpp │ ├── Sample_SoloMesh.h │ ├── ValueHistory.cpp │ ├── ValueHistory.h │ ├── imgui.cpp │ ├── imgui.h │ └── navigation.cpp ├── start.bat ├── start.sh ├── stop.bat └── stop.sh /GoCallDLL/linmath/tool.go: -------------------------------------------------------------------------------- 1 | package linmath 2 | 3 | import ( 4 | "math" 5 | "math/rand" 6 | "time" 7 | ) 8 | 9 | // RandXZ 在XZ平面上半径为r的圆内选取一个随机点 10 | func RandXZ(v Vector3, r float32) Vector3 { 11 | randSeed := rand.New(rand.NewSource(time.Now().UnixNano())) 12 | 13 | tarR := randSeed.Float64() * float64(r) 14 | angle := randSeed.Float64() * 2 * math.Pi 15 | 16 | pos := Vector3{} 17 | pos.Y = 0 18 | 19 | pos.X = float32(math.Cos(angle) * tarR) 20 | pos.Z = float32(math.Sin(angle) * tarR) 21 | 22 | return v.Add(pos) 23 | } 24 | -------------------------------------------------------------------------------- /GoCallDLL/main.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "go-recast-nav-github/GoCallDLL/linmath" 6 | "go-recast-nav-github/GoCallDLL/navigation" 7 | "os" 8 | ) 9 | 10 | func main() { 11 | path := "F:\\t_work\\go-recast-nav-github\\recastnavigation-1.5.1\\RecastDemo\\Bin\\Meshes\\nav_test.obj" 12 | 13 | nav := navigation.NewNavigation() 14 | if ok := nav.LoadMap(path); !ok { 15 | fmt.Println("Load Map is Error") 16 | return 17 | } 18 | 19 | startPos := linmath.Vector3{36.9344, 0.930679, -34.9411} 20 | endPos := linmath.Vector3{41.7009, -2.26766, -23.3843} 21 | 22 | ret, lst := nav.FindPath(startPos, endPos) 23 | if ret == false { 24 | fmt.Println("FindPath error") 25 | return 26 | } 27 | 28 | // Write result to file. 29 | f, err := os.OpenFile("go_out.txt", os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0x644) 30 | if err != nil { 31 | panic(err) 32 | } 33 | defer f.Close() 34 | for e := lst.Front(); e != nil; e = e.Next() { 35 | outStc := e.Value.(linmath.Vector3) 36 | outStr := fmt.Sprintf("%f, %f, %f\r\n", outStc.X, outStc.Y, outStc.Z) 37 | f.WriteString(outStr) 38 | } 39 | 40 | nav.UnLoadMap() 41 | } 42 | -------------------------------------------------------------------------------- /GoCallDLL/navigation/go_build_main_go.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/GoCallDLL/navigation/go_build_main_go.exe -------------------------------------------------------------------------------- /GoCallDLL/navigation/go_out.txt: -------------------------------------------------------------------------------- 1 | 36.934399, 1.230483, -34.941101 2 | 37.031425, 1.230483, -34.450607 3 | 37.128452, 1.207076, -33.960114 4 | 37.225479, 1.174037, -33.469620 5 | 37.322506, 1.140998, -32.979122 6 | 37.419533, 1.029150, -32.488625 7 | 37.516560, 0.904247, -31.998129 8 | 37.613586, 0.779345, -31.507633 9 | 37.710609, 0.654442, -31.017138 10 | 37.807636, 0.529539, -30.526642 11 | 37.904659, 0.411799, -30.036146 12 | 38.001686, 0.245875, -29.545650 13 | 38.098698, 0.124935, -29.055151 14 | 38.309860, 0.030851, -28.601929 15 | 38.582333, -0.154234, -28.182692 16 | 38.854805, -0.339657, -27.763454 17 | 39.127274, -0.525092, -27.344217 18 | 39.399742, -0.698722, -26.924980 19 | 39.672215, -0.863889, -26.505743 20 | 39.944683, -1.029056, -26.086506 21 | 40.217155, -1.194224, -25.667269 22 | 40.489624, -1.359390, -25.248032 23 | 40.762096, -1.524558, -24.828794 24 | 41.034565, -1.669917, -24.409557 25 | 41.307037, -1.796629, -23.990320 26 | 41.579506, -1.814802, -23.571083 27 | 41.700901, -1.793589, -23.384300 28 | -------------------------------------------------------------------------------- /GoCallDLL/navigation/navigation.go: -------------------------------------------------------------------------------- 1 | package navigation 2 | 3 | /* 4 | #cgo LDFLAGS: -L ../../bin -lnavigation 5 | #cgo CFLAGS: -Wno-incompatible-pointer-types 6 | #include "./navigation.h" 7 | #include 8 | */ 9 | import "C" 10 | import ( 11 | "container/list" 12 | "go-recast-nav-github/GoCallDLL/linmath" 13 | "unsafe" 14 | ) 15 | 16 | type Navigation struct { 17 | sdk C.navigation_sdk_t 18 | } 19 | 20 | func NewNavigation() *Navigation { 21 | navigation := &Navigation{} 22 | navigation.sdk = C.navigation_sdk_create() 23 | return navigation 24 | } 25 | 26 | func (nav *Navigation) LoadMap(path string) bool { 27 | cs := C.CString(path) 28 | defer C.free(unsafe.Pointer(cs)) 29 | if ok := C.LoadMap(cs, nav.sdk); ok != 1 { 30 | return false 31 | } 32 | return true 33 | } 34 | 35 | func (nav *Navigation) UnLoadMap() { 36 | C.UnloadMap(nav.sdk) 37 | } 38 | 39 | func (nav *Navigation) FindPath(startPos, endPos linmath.Vector3) (bool, *list.List) { 40 | posList := list.New() 41 | start := C.navigation_position_t{} 42 | start.x = C.float(startPos.X) 43 | start.y = C.float(startPos.Y) 44 | start.z = C.float(startPos.Z) 45 | 46 | end := C.navigation_position_t{} 47 | end.x = C.float(endPos.X) 48 | end.y = C.float(endPos.Y) 49 | end.z = C.float(endPos.Z) 50 | 51 | var retNum C.int 52 | if retNum = C.FindPath(start, end, nav.sdk); retNum <= 0 { 53 | return false, posList 54 | } 55 | 56 | maxNum := int(retNum) 57 | for i := 0; i < maxNum; i++ { 58 | pos := C.navigation_position_t{} 59 | if ok := C.GetValue(C.int(i), nav.sdk, &pos); ok != 1 { 60 | break 61 | } 62 | var inPut linmath.Vector3 63 | inPut.X = float32(pos.x) 64 | inPut.Y = float32(pos.y) 65 | inPut.Z = float32(pos.z) 66 | posList.PushBack(inPut) 67 | } 68 | 69 | return true, posList 70 | } 71 | -------------------------------------------------------------------------------- /GoCallDLL/navigation/navigation.h: -------------------------------------------------------------------------------- 1 | #ifndef _navigation_h_ 2 | #define _navigation_h_ 3 | 4 | #ifndef NavigationAPI 5 | #ifdef _WIN32 6 | # define NavigationAPI __declspec(dllimport) 7 | #else 8 | # define NavigationAPI 9 | #endif 10 | #endif 11 | 12 | 13 | #ifdef __cplusplus 14 | extern "C" { 15 | #endif 16 | 17 | typedef struct {} *navigation_sdk_t; 18 | typedef struct { 19 | float x, y, z; 20 | }navigation_position_t; 21 | 22 | 23 | NavigationAPI navigation_sdk_t navigation_sdk_create(); 24 | NavigationAPI int LoadMap(char *path, navigation_sdk_t sdk); 25 | NavigationAPI void UnloadMap(navigation_sdk_t sdk); 26 | NavigationAPI int FindPath(navigation_position_t start, navigation_position_t end, navigation_sdk_t sdk); 27 | NavigationAPI int GetValue(int index, navigation_sdk_t sdk, navigation_position_t* pos); 28 | 29 | #ifdef __cplusplus 30 | } 31 | #endif 32 | 33 | #endif -------------------------------------------------------------------------------- /NavMesh2/Assets/ExportNavMesh.cs: -------------------------------------------------------------------------------- 1 | /************************************************ 2 | * 文件名:ExportNavMesh.cs 3 | * 描述:导出NavMesh数据给服务器使用 4 | * ************************************************/ 5 | 6 | using UnityEngine; 7 | using System.Collections; 8 | using UnityEditor; 9 | using System.IO; 10 | using UnityEngine.SceneManagement; 11 | using UnityEngine.AI; 12 | 13 | public class ExportNavMesh 14 | { 15 | [MenuItem("NavMesh/Export")] 16 | static void Export() 17 | { 18 | Debug.Log("ExportNavMesh"); 19 | 20 | NavMeshTriangulation tmpNavMeshTriangulation = NavMesh.CalculateTriangulation(); 21 | 22 | //新建文件 23 | string tmpPath = Application.dataPath + "/" + SceneManager.GetActiveScene().name + ".obj"; 24 | StreamWriter tmpStreamWriter = new StreamWriter(tmpPath); 25 | 26 | //顶点 27 | for (int i = 0; i < tmpNavMeshTriangulation.vertices.Length; i++) 28 | { 29 | tmpStreamWriter.WriteLine("v " + tmpNavMeshTriangulation.vertices[i].x + " " + tmpNavMeshTriangulation.vertices[i].y + " " + tmpNavMeshTriangulation.vertices[i].z); 30 | } 31 | 32 | tmpStreamWriter.WriteLine("g pPlane1"); 33 | 34 | //索引 35 | for (int i = 0; i < tmpNavMeshTriangulation.indices.Length;) 36 | { 37 | tmpStreamWriter.WriteLine("f " + (tmpNavMeshTriangulation.indices[i] + 1) + " " + (tmpNavMeshTriangulation.indices[i + 1] + 1) + " " + (tmpNavMeshTriangulation.indices[i + 2] + 1)); 38 | i = i + 3; 39 | } 40 | 41 | tmpStreamWriter.Flush(); 42 | tmpStreamWriter.Close(); 43 | 44 | Debug.Log("ExportNavMesh Success"); 45 | } 46 | } -------------------------------------------------------------------------------- /NavMesh2/Assets/ExportNavMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee9dc5f6a15d17d4e80205396dc637a7 3 | timeCreated: 1521029475 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /NavMesh2/Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7ca42031a42fbb4eae2c6dd04e8d832 3 | folderAsset: yes 4 | timeCreated: 1521030012 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /NavMesh2/Assets/Materials/pPlane1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21ff9ca45778c9643a5faf60e5c2156c 3 | timeCreated: 1521030012 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /NavMesh2/Assets/New Terrain.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Assets/New Terrain.asset -------------------------------------------------------------------------------- /NavMesh2/Assets/New Terrain.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53993271a7e5057499280912e28a4455 3 | timeCreated: 1521029430 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 15600000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /NavMesh2/Assets/main.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a33fb66680d89498153f599f89ad9f 3 | folderAsset: yes 4 | timeCreated: 1521029655 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /NavMesh2/Assets/main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38c6e324dc3684f4d8251107ce3ce60b 3 | timeCreated: 1521029554 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /NavMesh2/Assets/main/NavMesh.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Assets/main/NavMesh.asset -------------------------------------------------------------------------------- /NavMesh2/Assets/main/NavMesh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09efb6f156782b241ba54be7324403f8 3 | timeCreated: 1521031348 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 23800000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /NavMesh2/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/AnnotationManager -------------------------------------------------------------------------------- /NavMesh2/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 19;0;6;0;0 -------------------------------------------------------------------------------- /NavMesh2/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /NavMesh2/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/BuildSettings.asset -------------------------------------------------------------------------------- /NavMesh2/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /NavMesh2/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /NavMesh2/Library/GridBrush/UnityEditor.GridBrush.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 52 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 1 11 | m_Script: {fileID: 12392, guid: 0000000000000000e000000000000000, type: 0} 12 | m_Name: Default Brush 13 | m_EditorClassIdentifier: 14 | m_Cells: 15 | - m_Tile: {fileID: 0} 16 | m_Matrix: 17 | e00: 1 18 | e01: 0 19 | e02: 0 20 | e03: 0 21 | e10: 0 22 | e11: 1 23 | e12: 0 24 | e13: 0 25 | e20: 0 26 | e21: 0 27 | e22: 1 28 | e23: 0 29 | e30: 0 30 | e31: 0 31 | e32: 0 32 | e33: 1 33 | m_Color: {r: 1, g: 1, b: 1, a: 1} 34 | m_Size: {x: 1, y: 1, z: 1} 35 | m_Pivot: {x: 0, y: 0, z: 0} 36 | -------------------------------------------------------------------------------- /NavMesh2/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /NavMesh2/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/main.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /NavMesh2/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /NavMesh2/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/MonoManager.asset -------------------------------------------------------------------------------- /NavMesh2/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /NavMesh2/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /NavMesh2/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.59dbcb00.0000 2 | 0000.59dbd832.0000 -------------------------------------------------------------------------------- /NavMesh2/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ScriptMapper -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache.db -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/0/002b58be7c3e7374f19e6d487d762980.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/0/002b58be7c3e7374f19e6d487d762980.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/0/01af25d4589f5ada85837230535242c0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/0/01af25d4589f5ada85837230535242c0.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/0/09ac3fb406cf780fa0cbebf3b8a06ac4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/0/09ac3fb406cf780fa0cbebf3b8a06ac4.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/0/0a7b9d78acf7777694439441ed6086db.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/0/0a7b9d78acf7777694439441ed6086db.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/1/16aa283808e8e9f6ed916590a5a71da7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/1/16aa283808e8e9f6ed916590a5a71da7.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/1/19407b1f81d7a496efa50ac744a3bc0f.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/1/19407b1f81d7a496efa50ac744a3bc0f.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/2/26830d927e68c5dfbd37721f89b4ac66.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/2/26830d927e68c5dfbd37721f89b4ac66.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/3/3a6703434c8e75dfba7bb4cfc82ef059.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/3/3a6703434c8e75dfba7bb4cfc82ef059.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/3/3b8c92482752ea09eb5ae709252db09d.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/3/3b8c92482752ea09eb5ae709252db09d.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/4/409711976668e1da80d93ea93d573cf0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/4/409711976668e1da80d93ea93d573cf0.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/4/40fdbbdcb79d3e1811a5f97e93e08d16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/4/40fdbbdcb79d3e1811a5f97e93e08d16.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/5/58788c158b8a6817fa19b57ee77499f1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/5/58788c158b8a6817fa19b57ee77499f1.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/5/58da1452da0895e010ef7aaed5b1f1ed.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/5/58da1452da0895e010ef7aaed5b1f1ed.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/6/65d766d24340875b2091df1ab58d5907.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/6/65d766d24340875b2091df1ab58d5907.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/6/6df9dd994bac85732efc2a415c6b2c8e.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/6/6df9dd994bac85732efc2a415c6b2c8e.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/6/6e9f3440a522e796c27c8c2545d2b1b5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/6/6e9f3440a522e796c27c8c2545d2b1b5.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/7/72c4ba1fb4a7a16afc9e52e7f64470ca.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/7/72c4ba1fb4a7a16afc9e52e7f64470ca.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/7/76af463369b54d74c3a3cd54159f8784.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/7/76af463369b54d74c3a3cd54159f8784.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/9/986342294cc3709451a3ccac9e352acc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/9/986342294cc3709451a3ccac9e352acc.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/9/9a96889528f7a05c49adf1e72398d5c7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/9/9a96889528f7a05c49adf1e72398d5c7.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/a/acd88c76668fa31edebca20c981db4b3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/a/acd88c76668fa31edebca20c981db4b3.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/b/b7351f04accfe5d2166ee1789acc0874.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/b/b7351f04accfe5d2166ee1789acc0874.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/b/b74f726b3118e37f6f9ced302a3d232b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/b/b74f726b3118e37f6f9ced302a3d232b.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/b/b8eb9bc7cf3e816bef722b3ea9b270c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/b/b8eb9bc7cf3e816bef722b3ea9b270c3.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/b/bb2002df664148b28ed8a5a0385a53bd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/b/bb2002df664148b28ed8a5a0385a53bd.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/b/be3a665e6175140a5176e6eea2665cb2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/b/be3a665e6175140a5176e6eea2665cb2.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/c/c53d4d23833c82578e6b8e2ad0a3f397.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/c/c53d4d23833c82578e6b8e2ad0a3f397.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/c/c63b57cd0053a7bbfc728eb61d733221.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/c/c63b57cd0053a7bbfc728eb61d733221.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/c/cde19d8302ced970b34642cf24d1f690.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/c/cde19d8302ced970b34642cf24d1f690.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/d/d82380d73bcfcfdad359a6583b81269a.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/d/d82380d73bcfcfdad359a6583b81269a.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/d/decf9552f21b023105604f8249d6bbcb.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/d/decf9552f21b023105604f8249d6bbcb.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/e/e7abcba6367f8cb11162d978747624b2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/e/e7abcba6367f8cb11162d978747624b2.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/e/ed1fbf23a1cc6fe8fa49be9f498d8b72.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/e/ed1fbf23a1cc6fe8fa49be9f498d8b72.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/f/f316307b70f03f66ff77d5a05b8c7a51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/f/f316307b70f03f66ff77d5a05b8c7a51.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/f/f65208d52bec2478dcf3a684c9adda97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/f/f65208d52bec2478dcf3a684c9adda97.bin -------------------------------------------------------------------------------- /NavMesh2/Library/ShaderCache/f/fa066748194a2c51878c878af76d0594.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/ShaderCache/f/fa066748194a2c51878c878af76d0594.bin -------------------------------------------------------------------------------- /NavMesh2/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /NavMesh2/Library/TilemapEditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/TilemapEditorUserSettings.asset -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEditor.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.AIModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.AIModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ARModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ARModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.AccessibilityModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.AccessibilityModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.AccessibilityModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.AccessibilityModule 6 | 7 | 8 | 9 | A class containing methods to assist with accessibility for users with different vision capabilities. 10 | 11 | 12 | 13 | 14 | Gets a palette of colors that should be distinguishable for normal vision, deuteranopia, protanopia, and tritanopia. 15 | 16 | An array of colors to populate with a palette. 17 | Minimum allowable perceived luminance from 0 to 1. A value of 0.2 or greater is recommended for dark backgrounds. 18 | Maximum allowable perceived luminance from 0 to 1. A value of 0.8 or less is recommended for light backgrounds. 19 | 20 | The number of unambiguous colors in the palette. 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.Analytics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.Analytics.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.AnimationModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.AnimationModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.AudioModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.AudioModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ClothModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ClothModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ClusterInputModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ClusterInputModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ClusterRendererModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ClusterRendererModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ClusterRendererModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.ClusterRendererModule 6 | 7 | 8 | 9 | A helper class that contains static method to inquire status of Unity Cluster. 10 | 11 | 12 | 13 | 14 | Check whether the current instance is disconnected from the cluster network. 15 | 16 | 17 | 18 | 19 | Check whether the current instance is a master node in the cluster network. 20 | 21 | 22 | 23 | 24 | To acquire or set the node index of the current machine from the cluster network. 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.CoreModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.CoreModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.CrashReportingModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.CrashReportingModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.CrashReportingModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.CrashReportingModule 6 | 7 | 8 | 9 | Engine API for CrashReporting Service. 10 | 11 | 12 | 13 | 14 | This Boolean field will cause CrashReportHandler to capture exceptions when set to true. By default enable capture exceptions is true. 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.DirectorModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.DirectorModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.GameCenterModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.GameCenterModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.GoogleAudioSpatializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.GoogleAudioSpatializer.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.GoogleAudioSpatializer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.GoogleAudioSpatializer 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.GridModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.GridModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.HoloLens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.HoloLens.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.IMGUIModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.IMGUIModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ImageConversionModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ImageConversionModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.InputModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.InputModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.InputModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.InputModule 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.JSONSerializeModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.JSONSerializeModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.Networking.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.Networking.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ParticleSystemModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ParticleSystemModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ParticlesLegacyModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ParticlesLegacyModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.PerformanceReportingModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.PerformanceReportingModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.PerformanceReportingModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.PerformanceReportingModule 6 | 7 | 8 | 9 | Unity Performace provides insight into your game performace. 10 | 11 | 12 | 13 | 14 | Controls whether the Performance Reporting service is enabled at runtime. 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.Physics2DModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.Physics2DModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.PhysicsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.PhysicsModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.Purchasing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.Purchasing.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ScreenCaptureModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.ScreenCaptureModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.ScreenCaptureModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.ScreenCaptureModule 6 | 7 | 8 | 9 | Functionality to take Screenshots. 10 | 11 | 12 | 13 | 14 | Captures a screenshot at path filename as a PNG file. 15 | 16 | Pathname to save the screenshot file to. 17 | Factor by which to increase resolution. 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.SpatialTracking.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.SpatialTracking.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.SpriteMaskModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.SpriteMaskModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.StyleSheetsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.StyleSheetsModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.StyleSheetsModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.StyleSheetsModule 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TerrainModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.TerrainModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TerrainPhysicsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.TerrainPhysicsModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TerrainPhysicsModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.TerrainPhysicsModule 6 | 7 | 8 | 9 | A heightmap based collider. 10 | 11 | 12 | 13 | 14 | The terrain that stores the heightmap. 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TestRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.TestRunner.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TextRenderingModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.TextRenderingModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.TilemapModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.TilemapModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.Timeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.Timeline.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UI.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UIAutomation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UIAutomation.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UIAutomation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.UIAutomation 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UIElementsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UIElementsModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UIModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UIModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UNETModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UNETModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityAnalyticsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityAnalyticsModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityConnectModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityConnectModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestAudioModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestAudioModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestTextureModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestTextureModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestWWWModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.UnityWebRequestWWWModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.VRModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.VRModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.VehiclesModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.VehiclesModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.VideoModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.VideoModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.WebModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.WebModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.WebModule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine.WebModule 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.WindModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.WindModule.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/UnityEngine.dll -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/UnityEngine.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UnityEngine 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /NavMesh2/Library/UnityAssemblies/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/UnityAssemblies/nunit.framework.dll -------------------------------------------------------------------------------- /NavMesh2/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/assetDatabase3 -------------------------------------------------------------------------------- /NavMesh2/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/expandedItems -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000001000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Assets 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000001000000000000000 13 | path: 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000002000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: InputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000002000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 13 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000003000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TagManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000003000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 78 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000004000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ProjectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 129 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000004100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NavMeshAreas 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 126 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000005000000000000000.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000005000000000000000.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000005100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Physics2DSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000005100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 19 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000006000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 11 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000006100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GraphicsSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 30 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000007000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TimeManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 5 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000007100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ClusterInputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 236 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000008000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: DynamicsManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000008000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 55 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/00000000000000009000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: QualitySettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000009000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 47 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000a000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NetworkManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 149 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000a100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityConnectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 310 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000b000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorBuildSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000b000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 1045 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000c000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000c000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 159 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000e100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/00/0000000000000000e100000000000000 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/00/0000000000000000e100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: manifest 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000e100000000000000 13 | path: 14 | localIdentifier: 4900000 15 | thumbnailClassID: 49 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1031 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/09/09efb6f156782b241ba54be7324403f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/09/09efb6f156782b241ba54be7324403f8 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/09/09efb6f156782b241ba54be7324403f8.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NavMesh 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 09efb6f156782b241ba54be7324403f8 13 | path: Assets/main/NavMesh.asset 14 | localIdentifier: 23800000 15 | thumbnailClassID: 238 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1034 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libAudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0d3bb855445e36e479c85976fc88383a 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______8 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/10/10bf81265ad87424d946598c575f45a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/10/10bf81265ad87424d946598c575f45a0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/10/10bf81265ad87424d946598c575f45a0.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/10/10bf81265ad87424d946598c575f45a0.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/15/15be9c691b85a41a39c18bee2f87e21b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/15/15be9c691b85a41a39c18bee2f87e21b -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/16/16a33fb66680d89498153f599f89ad9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/16/16a33fb66680d89498153f599f89ad9f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/16/16a33fb66680d89498153f599f89ad9f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: main 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 16a33fb66680d89498153f599f89ad9f 13 | path: Assets/main 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______& -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 21eff446d50eaf44a85985cd4c0b6fa1 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/21/21ff9ca45778c9643a5faf60e5c2156c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/21/21ff9ca45778c9643a5faf60e5c2156c -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/21/21ff9ca45778c9643a5faf60e5c2156c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/21/21ff9ca45778c9643a5faf60e5c2156c.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/22/220224b43fc464c28bc0e8de8f54a432: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/22/220224b43fc464c28bc0e8de8f54a432 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/26/2682a692a2be7e14e901a738c7806da0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/26/2682a692a2be7e14e901a738c7806da0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/26/2682a692a2be7e14e901a738c7806da0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2682a692a2be7e14e901a738c7806da0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/2d/2d4d46c70fdd242668a56e99799e8540: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/2d/2d4d46c70fdd242668a56e99799e8540 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/2d/2d4d46c70fdd242668a56e99799e8540.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: builds 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2d4d46c70fdd242668a56e99799e8540 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS/builds 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______U -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/2e/2eb2d0388ed974b3cba47458803bd275: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/2e/2eb2d0388ed974b3cba47458803bd275 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/30/30aa2886e2b748d48fbe4b155c65025f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/30/30aa2886e2b748d48fbe4b155c65025f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/30/30aa2886e2b748d48fbe4b155c65025f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libtango_3d_reconstruction_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 30aa2886e2b748d48fbe4b155c65025f 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______7 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/32/32188fd89022c154c81befa2f0e00be0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/32/32188fd89022c154c81befa2f0e00be0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/32/32188fd89022c154c81befa2f0e00be0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer.bundle 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 32188fd89022c154c81befa2f0e00be0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______< -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 328cc881519068e4eb7db4bb907ad2d9 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/38/38c6e324dc3684f4d8251107ce3ce60b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/38/38c6e324dc3684f4d8251107ce3ce60b -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/38/38c6e324dc3684f4d8251107ce3ce60b.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: main 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 38c6e324dc3684f4d8251107ce3ce60b 13 | path: Assets/main.unity 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1032 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______, -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: gvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 38c8faf1788024c02930a0c68a6e0edc 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/3c/3cebe1a96232b44388b30b2f72dde434: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/3c/3cebe1a96232b44388b30b2f72dde434 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/3c/3cebe1a96232b44388b30b2f72dde434.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Modules 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 3cebe1a96232b44388b30b2f72dde434 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS/builds/UnityAds.framework/Modules 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______q -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/40/405b9b51bb344a128608d968297df79c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/40/405b9b51bb344a128608d968297df79c -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/40/405b9b51bb344a128608d968297df79c.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: nunit.framework 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 405b9b51bb344a128608d968297df79c 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______( -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/41/4113173d5e95493ab8765d7b08371de4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/41/4113173d5e95493ab8765d7b08371de4 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/41/4113173d5e95493ab8765d7b08371de4.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/41/4113173d5e95493ab8765d7b08371de4.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/44/44f39a74ca5ee4bf5936b17e901f251c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/44/44f39a74ca5ee4bf5936b17e901f251c -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/44/44f39a74ca5ee4bf5936b17e901f251c.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: package 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 44f39a74ca5ee4bf5936b17e901f251c 13 | path: Packages/com.unity.purchasing@1.0.1/package.json 14 | localIdentifier: 4900000 15 | thumbnailClassID: 49 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1031 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______J -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/48/48986928cc2a449dbaecdd1654bc9bf6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/48/48986928cc2a449dbaecdd1654bc9bf6 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/48/48986928cc2a449dbaecdd1654bc9bf6.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Android 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 48986928cc2a449dbaecdd1654bc9bf6 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/Android 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______S -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: nunit.framework 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4b3fa4bde7f1451a8218c03ee6a8ded8 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______( -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.VR 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4ba2329b63d54f0187bcaa12486b1b0f 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______' -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4c/4c6fe94acbb24417c988bab18cbd5209: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4c/4c6fe94acbb24417c988bab18cbd5209 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4f/4f234578336894dc081edf696f2ff5f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/4f/4f234578336894dc081edf696f2ff5f2 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/4f/4f234578336894dc081edf696f2ff5f2.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: iOS 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4f234578336894dc081edf696f2ff5f2 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______K -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/51/510d1d319d2754ea4a47c6dd8c421ea0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/51/510d1d319d2754ea4a47c6dd8c421ea0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/51/510d1d319d2754ea4a47c6dd8c421ea0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: package 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 510d1d319d2754ea4a47c6dd8c421ea0 13 | path: Packages/com.unity.analytics@1.0.1/package.json 14 | localIdentifier: 4900000 15 | thumbnailClassID: 49 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1031 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______I -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/51/517af1b5b81b93b43b9745d58f017562: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/51/517af1b5b81b93b43b9745d58f017562 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/51/517af1b5b81b93b43b9745d58f017562.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 517af1b5b81b93b43b9745d58f017562 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/53/53993271a7e5057499280912e28a4455: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/53/53993271a7e5057499280912e28a4455 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/53/53993271a7e5057499280912e28a4455.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: New Terrain 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 53993271a7e5057499280912e28a4455 13 | path: Assets/New Terrain.asset 14 | localIdentifier: 15600000 15 | thumbnailClassID: 156 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1034 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______8 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin.bundle 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 5782f9e9e6e0bb94bac99aeea24814fc 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______) -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/62/62772aad98ed04f0d955b7d20de61f7f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/62/62772aad98ed04f0d955b7d20de61f7f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/65/6597c6ea86d36477081342001145d8d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/65/6597c6ea86d36477081342001145d8d9 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/65/6597c6ea86d36477081342001145d8d9.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/65/6597c6ea86d36477081342001145d8d9.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/65/65d58d50c3db54f979b1ffae3777d74b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/65/65d58d50c3db54f979b1ffae3777d74b -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/6e/6e7c8cfeedae74eb3a562055e069e441: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/6e/6e7c8cfeedae74eb3a562055e069e441 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/6e/6e7c8cfeedae74eb3a562055e069e441.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Headers 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 6e7c8cfeedae74eb3a562055e069e441 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS/builds/UnityAds.framework/Headers 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______q -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unitygar 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 75799de484ac4f4cadc268d2cbea830a 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/76/7668179ede524d6396c8b7d84461ea29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/76/7668179ede524d6396c8b7d84461ea29 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/7c/7c3a5d6e39b874f468b2691537168513: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/7c/7c3a5d6e39b874f468b2691537168513 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/7c/7c3a5d6e39b874f468b2691537168513.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Resources 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 7c3a5d6e39b874f468b2691537168513 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______M -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/84/844f815391db42d49455cbf1a7bfc434: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/84/844f815391db42d49455cbf1a7bfc434 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/84/844f815391db42d49455cbf1a7bfc434.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/84/844f815391db42d49455cbf1a7bfc434.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/86/86c008322e7c647149878156c5b81940: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/86/86c008322e7c647149878156c5b81940 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/86/86c008322e7c647149878156c5b81940.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/86/86c008322e7c647149878156c5b81940.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/86/86c18994495874297b469aaa57ef9b44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/86/86c18994495874297b469aaa57ef9b44 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 8e7066e382b0fc749b25dbb1a3004dfe 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libopenvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 9078b7128e594410d9b89e5b24cffd01 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______& -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/90/90791303b72ec4ae198f99d637dfdf6c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/90/90791303b72ec4ae198f99d637dfdf6c -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/99/99ddb49592ff84811804420a1910cb89: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/99/99ddb49592ff84811804420a1910cb89 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/99/99ddb49592ff84811804420a1910cb89.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Editor 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 99ddb49592ff84811804420a1910cb89 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/Editor 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a3/a342381d77833427fa10621e38fbae10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/a3/a342381d77833427fa10621e38fbae10 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a3/a342381d77833427fa10621e38fbae10.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.Advertisements 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: a342381d77833427fa10621e38fbae10 13 | path: Packages/com.unity.ads@1.0.7/Editor/UnityEditor.Advertisements.dll 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______u -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a3/a37e18887fa954edf92bc36bc353b879: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/a3/a37e18887fa954edf92bc36bc353b879 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a3/a37e18887fa954edf92bc36bc353b879.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Editor 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: a37e18887fa954edf92bc36bc353b879 13 | path: Packages/com.unity.ads@1.0.7/Editor 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______@ -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a6/a6cbc027bba96b8468cd1dd26c20ccf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/a6/a6cbc027bba96b8468cd1dd26c20ccf5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/a6/a6cbc027bba96b8468cd1dd26c20ccf5.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: com.unity.analytics@1.0.1 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: a6cbc027bba96b8468cd1dd26c20ccf5 13 | path: Packages/com.unity.analytics@1.0.1 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______R -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ab/abed02c78b3d99e48ae607416cf3eab2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ab/abed02c78b3d99e48ae607416cf3eab2 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ab/abed02c78b3d99e48ae607416cf3eab2.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ab/abed02c78b3d99e48ae607416cf3eab2.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ad/adab7787bd7d44c4a9d48b3aff189c47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ad/adab7787bd7d44c4a9d48b3aff189c47 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libprotobuf-java-nano 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b2b693dffac3a4433b3114fea0b7fd4e 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______. -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b2bead50dbf86924f8e51f03ddbebf70 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b3/b32abd1c9d73a4cce8389f084ac12b11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b3/b32abd1c9d73a4cce8389f084ac12b11 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b3/b32abd1c9d73a4cce8389f084ac12b11.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unity-ads 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b32abd1c9d73a4cce8389f084ac12b11 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/Android/builds/unity-ads.aar 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______l -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b5da970776034f77a070d99423d68791: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b5/b5da970776034f77a070d99423d68791 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b5da970776034f77a070d99423d68791.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b5/b5da970776034f77a070d99423d68791.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b5f4343795a0e4626ac1fe4a9e6fce59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b5/b5f4343795a0e4626ac1fe4a9e6fce59 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b5/b5f4343795a0e4626ac1fe4a9e6fce59.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.Purchasing 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b5f4343795a0e4626ac1fe4a9e6fce59 13 | path: Packages/com.unity.purchasing@1.0.1/UnityEngine.Purchasing.dll 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______m -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c4/c452c88a87f3d48ae945e7bcf1b4a6ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c4/c452c88a87f3d48ae945e7bcf1b4a6ba -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c5/c5aa63737ceebfd41b513a1940a6c5e5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c5/c5aa63737ceebfd41b513a1940a6c5e5 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c5/c5aa63737ceebfd41b513a1940a6c5e5.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: com.unity.purchasing@1.0.1 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: c5aa63737ceebfd41b513a1940a6c5e5 13 | path: Packages/com.unity.purchasing@1.0.1 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______T -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c7/c768acbc9cf24d398488bb4c93b91288: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c7/c768acbc9cf24d398488bb4c93b91288 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c7/c768acbc9cf24d398488bb4c93b91288.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.UIAutomation 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: c768acbc9cf24d398488bb4c93b91288 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______1 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c7/c7c279365ae0f0a4c930c15fbea36ac0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c7/c7c279365ae0f0a4c930c15fbea36ac0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c7/c7c279365ae0f0a4c930c15fbea36ac0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: com.unity.ads@1.0.7 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: c7c279365ae0f0a4c930c15fbea36ac0 13 | path: Packages/com.unity.ads@1.0.7 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______F -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/cc/cc1b50b5501f748da8bec762294d9136: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/cc/cc1b50b5501f748da8bec762294d9136 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d1/d1c1a2d988f5148fd9ab17b2460d271e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/d1/d1c1a2d988f5148fd9ab17b2460d271e -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d1/d1c1a2d988f5148fd9ab17b2460d271e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityAds 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d1c1a2d988f5148fd9ab17b2460d271e 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS/builds/UnityAds.framework/UnityAds 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______s -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d3/d33d54853fd0f48e0ac8a63ea91e6626: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/d3/d33d54853fd0f48e0ac8a63ea91e6626 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d3/d33d54853fd0f48e0ac8a63ea91e6626.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api.bundle 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d33d54853fd0f48e0ac8a63ea91e6626 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d6/d607a67dc772b484da060e66a3d61a4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/d6/d607a67dc772b484da060e66a3d61a4e -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d91035c548f23744c9bfb107348ed1c0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d9/d929147d9f78c487397abb40f2c257b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/d9/d929147d9f78c487397abb40f2c257b0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/d9/d929147d9f78c487397abb40f2c257b0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Editor 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d929147d9f78c487397abb40f2c257b0 13 | path: Packages/com.unity.purchasing@1.0.1/Editor 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______G -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/dc/dced8f6ea9f964e8e8e61574ea889d21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/dc/dced8f6ea9f964e8e8e61574ea889d21 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/dc/dced8f6ea9f964e8e8e61574ea889d21.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: package 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: dced8f6ea9f964e8e8e61574ea889d21 13 | path: Packages/com.unity.ads@1.0.7/package.json 14 | localIdentifier: 4900000 15 | thumbnailClassID: 49 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1031 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______C -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e1/e1007cd261c84053beb0c3537782908d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/e1/e1007cd261c84053beb0c3537782908d -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e1/e1007cd261c84053beb0c3537782908d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unitygvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: e1007cd261c84053beb0c3537782908d 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e7/e7ca42031a42fbb4eae2c6dd04e8d832: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/e7/e7ca42031a42fbb4eae2c6dd04e8d832 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/e7/e7ca42031a42fbb4eae2c6dd04e8d832.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Materials 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: e7ca42031a42fbb4eae2c6dd04e8d832 13 | path: Assets/Materials 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ee/ee9dc5f6a15d17d4e80205396dc637a7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ee/ee9dc5f6a15d17d4e80205396dc637a7 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ee/ee9dc5f6a15d17d4e80205396dc637a7.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ExportNavMesh 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: ee9dc5f6a15d17d4e80205396dc637a7 13 | path: Assets/ExportNavMesh.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: ExportNavMesh 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______F -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ee/eeed6954b3c264ca0b28a92aa6289bf0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/ee/eeed6954b3c264ca0b28a92aa6289bf0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/ee/eeed6954b3c264ca0b28a92aa6289bf0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityAds.framework 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: eeed6954b3c264ca0b28a92aa6289bf0 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/iOS/builds/UnityAds.framework 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______v -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f0/f0f8d67297461495185169157c24c66b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f0/f0f8d67297461495185169157c24c66b -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f0/f0f8d67297461495185169157c24c66b.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Editor 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: f0f8d67297461495185169157c24c66b 13 | path: Packages/com.unity.analytics@1.0.1/Editor 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______F -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f1/f1045c695c5bf4fb7b8509687bc60fc0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f1/f1045c695c5bf4fb7b8509687bc60fc0 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f1/f1045c695c5bf4fb7b8509687bc60fc0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.Purchasing 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: f1045c695c5bf4fb7b8509687bc60fc0 13 | path: Packages/com.unity.purchasing@1.0.1/Editor/UnityEditor.Purchasing.dll 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______t -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f2/f28fcced5af094cf78eb4e1109a71981: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f2/f28fcced5af094cf78eb4e1109a71981 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f2/f28fcced5af094cf78eb4e1109a71981.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: builds 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: f28fcced5af094cf78eb4e1109a71981 13 | path: Packages/com.unity.ads@1.0.7/Editor/Resources/Android/builds 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Y -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f7/f70555f144d8491a825f0804e09c671c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f7/f70555f144d8491a825f0804e09c671c -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc -------------------------------------------------------------------------------- /NavMesh2/Library/metadata/fe/fec197bad419341558f81f2ec8a05e18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/NavMesh2/Library/metadata/fe/fec197bad419341558f81f2ec8a05e18 -------------------------------------------------------------------------------- /NavMesh2/Library/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- 1 | Base path: D:/Program Files/Unity2017_2/Editor/Data 2 | Cmd: initializeCompiler 3 | -------------------------------------------------------------------------------- /NavMesh2/NavMesh2.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 2015 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavMesh2", "NavMesh2.csproj", "{AD1F7DA3-4ACD-03AE-EDD8-1D7F3BB55D3D}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {AD1F7DA3-4ACD-03AE-EDD8-1D7F3BB55D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {AD1F7DA3-4ACD-03AE-EDD8-1D7F3BB55D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {AD1F7DA3-4ACD-03AE-EDD8-1D7F3BB55D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {AD1F7DA3-4ACD-03AE-EDD8-1D7F3BB55D3D}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_EnablePCM: 1 18 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 19 | m_AutoSimulation: 1 20 | m_AutoSyncTransforms: 1 21 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_ExternalVersionControlSupport: Hidden Meta Files 8 | m_SerializationMode: 2 9 | m_DefaultBehaviorMode: 0 10 | m_SpritePackerMode: 0 11 | m_SpritePackerPaddingPower: 1 12 | m_EtcTextureCompressorBehavior: 1 13 | m_EtcTextureFastCompressor: 1 14 | m_EtcTextureNormalCompressor: 2 15 | m_EtcTextureBestCompressor: 4 16 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 17 | m_ProjectGenerationRootNamespace: 18 | m_UserGeneratedProjectSuffix: 19 | m_CollabEditorSettings: 20 | inProgressEnabled: 1 21 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_AutoSimulation: 1 23 | m_QueriesHitTriggers: 1 24 | m_QueriesStartInColliders: 1 25 | m_ChangeStopsCallbacks: 0 26 | m_CallbacksOnDisable: 1 27 | m_AutoSyncTransforms: 1 28 | m_AlwaysShowColliders: 0 29 | m_ShowColliderSleep: 1 30 | m_ShowColliderContacts: 0 31 | m_ShowColliderAABB: 0 32 | m_ContactArrowScale: 0.2 33 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 34 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 35 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 36 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 37 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 38 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /NavMesh2/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate 14 | m_Enabled: 0 15 | m_CaptureEditorExceptions: 1 16 | UnityPurchasingSettings: 17 | m_Enabled: 0 18 | m_TestMode: 0 19 | UnityAnalyticsSettings: 20 | m_Enabled: 0 21 | m_InitializeOnStartup: 1 22 | m_TestMode: 0 23 | m_TestEventUrl: 24 | m_TestConfigUrl: 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /NavMesh2/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Recast navigation 2 | 3 | 一个简单的使用Recast navigation的例子。 4 | 将Recast navigation编译成动态库,并使用Golang调用。 5 | 6 | 7 | ## 服务器 8 | 9 | 1. GoCallDLL:Golang调用C动态库例子。 10 | 1. recastnavigation-1.5.1: NevMesh GUI,生成DLL, 调用dll。 11 | 12 | ## 客户端 13 | 1. UnityScript: Unity地图导出脚本(Unity->Create script添加目录下的ExportNavMesh.cs)。 14 | 15 | ## 编译 16 | 1. Windows: 运行 recastnavigation-1.5.1\RecastDemo\createSln.bat。 17 | 1. Linux: 暂无 18 | -------------------------------------------------------------------------------- /UnityScript/ExportNavMesh.cs: -------------------------------------------------------------------------------- 1 | /************************************************ 2 | * 文件名:ExportNavMesh.cs 3 | * 描述:导出NavMesh数据给服务器使用 4 | * ************************************************/ 5 | 6 | using UnityEngine; 7 | using System.Collections; 8 | using UnityEditor; 9 | using System.IO; 10 | using UnityEngine.SceneManagement; 11 | using UnityEngine.AI; 12 | 13 | public class ExportNavMesh 14 | { 15 | [MenuItem("NavMesh/Export")] 16 | static void Export() 17 | { 18 | Debug.Log("ExportNavMesh"); 19 | 20 | NavMeshTriangulation tmpNavMeshTriangulation = NavMesh.CalculateTriangulation(); 21 | 22 | //新建文件 23 | string tmpPath = Application.dataPath + "/" + SceneManager.GetActiveScene().name + ".obj"; 24 | StreamWriter tmpStreamWriter = new StreamWriter(tmpPath); 25 | 26 | //顶点 27 | for (int i = 0; i < tmpNavMeshTriangulation.vertices.Length; i++) 28 | { 29 | tmpStreamWriter.WriteLine("v " + tmpNavMeshTriangulation.vertices[i].x + " " + tmpNavMeshTriangulation.vertices[i].y + " " + tmpNavMeshTriangulation.vertices[i].z); 30 | } 31 | 32 | tmpStreamWriter.WriteLine("g pPlane1"); 33 | 34 | //索引 35 | for (int i = 0; i < tmpNavMeshTriangulation.indices.Length;) 36 | { 37 | tmpStreamWriter.WriteLine("f " + (tmpNavMeshTriangulation.indices[i] + 1) + " " + (tmpNavMeshTriangulation.indices[i + 1] + 1) + " " + (tmpNavMeshTriangulation.indices[i + 2] + 1)); 38 | i = i + 3; 39 | } 40 | 41 | tmpStreamWriter.Flush(); 42 | tmpStreamWriter.Close(); 43 | 44 | Debug.Log("ExportNavMesh Success"); 45 | } 46 | } -------------------------------------------------------------------------------- /bin/navigation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/bin/navigation.dll -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module go-recast-nav-github 2 | 3 | go 1.12 4 | 5 | require github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 6 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/.gitignore: -------------------------------------------------------------------------------- 1 | ## Compiled source # 2 | *.com 3 | *.class 4 | *.dll 5 | *.exe 6 | *.ilk 7 | *.o 8 | *.pdb 9 | *.so 10 | *.idb 11 | 12 | ## Linux exes have no extension 13 | RecastDemo/Bin/RecastDemo 14 | RecastDemo/Bin/Tests 15 | 16 | # Build directory 17 | RecastDemo/Build 18 | 19 | # Ignore meshes 20 | RecastDemo/Bin/Meshes/* 21 | 22 | ## Logs and databases # 23 | *.log 24 | *.sql 25 | *.sqlite 26 | 27 | ## OS generated files # 28 | .DS_Store 29 | .DS_Store? 30 | ._* 31 | .Spotlight-V100 32 | .Trashes 33 | ehthumbs.db 34 | Thumbs.db 35 | *.swp 36 | *.swo 37 | 38 | ## xcode specific 39 | *xcuserdata* 40 | 41 | ## SDL contrib 42 | RecastDemo/Contrib/SDL/* 43 | 44 | ## Generated doc files 45 | Docs/html 46 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/.travis.yml: -------------------------------------------------------------------------------- 1 | sudo: false 2 | 3 | language: cpp 4 | 5 | # Build with gcc and clang. 6 | compiler: 7 | - gcc 8 | # Disable clang for now since it seems there's a problem using it with fast fp math; it's likely Travis' ancient environment that's at fault. 9 | # - clang 10 | 11 | # Build both debug and release configurations, through use of an environment variable in the build matrix. 12 | env: 13 | - CONFIGURATION=debug 14 | - CONFIGURATION=release 15 | 16 | install: 17 | # Download and build SDL2 from source. 18 | - mkdir dummyprefix 19 | - export PREFIX=$PWD/dummyprefix 20 | - export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig 21 | - export PATH=$PATH:$PWD/dummyprefix/bin 22 | - wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz -O SDL2.tar.gz 23 | - tar -xzf SDL2.tar.gz 24 | - cd SDL2-2.0.4 25 | - ./configure --prefix=$PREFIX 26 | - make -j5 27 | - make install 28 | - cd .. 29 | # Download and build premake5 from source; the Travis environment doesn't have the right version of glibc6 for the prebuilt binaries to work. 30 | - wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha6/premake-5.0.0-alpha6-src.zip -O premake.zip 31 | - unzip premake.zip 32 | - cd premake-5.0.0-alpha6/build/gmake.unix 33 | - make config=release 34 | - cd ../../.. 35 | - mv premake-5.0.0-alpha6/bin/release/premake5 premake5 36 | 37 | # Run premake to generate makefiles. 38 | # Have to cd into directory and back out since premake5 doesn't appear to accept a directory argument. 39 | before_script: 40 | - cd RecastDemo && ../premake5 gmake && cd .. 41 | 42 | # Run make in the directory containing generated makefiles, on the configuration specified by the environment variable. 43 | script: 44 | - make -C RecastDemo/Build/gmake config=$CONFIGURATION 45 | - RecastDemo/Bin/Tests 46 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/CallDLL/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/CallDLL/main.cpp -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Detour/Include/DetourAssert.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef DETOURASSERT_H 20 | #define DETOURASSERT_H 21 | 22 | // Note: This header file's only purpose is to include define assert. 23 | // Feel free to change the file and include your own implementation instead. 24 | 25 | #ifdef NDEBUG 26 | // From http://cnicholson.net/2009/02/stupid-c-tricks-adventures-in-assert/ 27 | # define dtAssert(x) do { (void)sizeof(x); } while((void)(__LINE__==-1),false) 28 | #else 29 | # include 30 | # define dtAssert assert 31 | #endif 32 | 33 | #endif // DETOURASSERT_H 34 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Detour/Include/DetourMath.h: -------------------------------------------------------------------------------- 1 | /** 2 | @defgroup detour Detour 3 | 4 | Members in this module are wrappers around the standard math library 5 | */ 6 | 7 | #ifndef DETOURMATH_H 8 | #define DETOURMATH_H 9 | 10 | #include 11 | 12 | inline float dtMathFabsf(float x) { return fabsf(x); } 13 | inline float dtMathSqrtf(float x) { return sqrtf(x); } 14 | inline float dtMathFloorf(float x) { return floorf(x); } 15 | inline float dtMathCeilf(float x) { return ceilf(x); } 16 | inline float dtMathCosf(float x) { return cosf(x); } 17 | inline float dtMathSinf(float x) { return sinf(x); } 18 | inline float dtMathAtan2f(float y, float x) { return atan2f(y, x); } 19 | 20 | #endif 21 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Detour/Source/DetourAlloc.cpp: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #include 20 | #include "DetourAlloc.h" 21 | 22 | static void *dtAllocDefault(size_t size, dtAllocHint) 23 | { 24 | return malloc(size); 25 | } 26 | 27 | static void dtFreeDefault(void *ptr) 28 | { 29 | free(ptr); 30 | } 31 | 32 | static dtAllocFunc* sAllocFunc = dtAllocDefault; 33 | static dtFreeFunc* sFreeFunc = dtFreeDefault; 34 | 35 | void dtAllocSetCustom(dtAllocFunc *allocFunc, dtFreeFunc *freeFunc) 36 | { 37 | sAllocFunc = allocFunc ? allocFunc : dtAllocDefault; 38 | sFreeFunc = freeFunc ? freeFunc : dtFreeDefault; 39 | } 40 | 41 | void* dtAlloc(size_t size, dtAllocHint hint) 42 | { 43 | return sAllocFunc(size, hint); 44 | } 45 | 46 | void dtFree(void* ptr) 47 | { 48 | if (ptr) 49 | sFreeFunc(ptr); 50 | } 51 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Docs/Conceptual/license_c.txt: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | @page License License 4 | 5 |
 6 | Copyright (c) 2009-2011 Mikko Mononen memon@inside.org
 7 | 
 8 | This software is provided 'as-is', without any express or implied
 9 | warranty.  In no event will the authors be held liable for any damages
10 | arising from the use of this software.
11 | 
12 | Permission is granted to anyone to use this software for any purpose,
13 | including commercial applications, and to alter it and redistribute it
14 | freely, subject to the following restrictions:
15 | 
16 | 1. The origin of this software must not be misrepresented; you must not
17 |    claim that you wrote the original software. If you use this software
18 |    in a product, an acknowledgment in the product documentation would be
19 |    appreciated but is not required.
20 | 
21 | 2. Altered source versions must be plainly marked as such, and must not be
22 |    misrepresented as being the original software.
23 | 
24 | 3. This notice may not be removed or altered from any source distribution.
25 | 
26 | 27 | */ -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Docs/Images/recast_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/Docs/Images/recast_intro.png -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Docs/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 12 | 13 | 14 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2009 Mikko Mononen memon@inside.org 2 | 3 | This software is provided 'as-is', without any express or implied 4 | warranty. In no event will the authors be held liable for any damages 5 | arising from the use of this software. 6 | 7 | Permission is granted to anyone to use this software for any purpose, 8 | including commercial applications, and to alter it and redistribute it 9 | freely, subject to the following restrictions: 10 | 11 | 1. The origin of this software must not be misrepresented; you must not 12 | claim that you wrote the original software. If you use this software 13 | in a product, an acknowledgment in the product documentation would be 14 | appreciated but is not required. 15 | 2. Altered source versions must be plainly marked as such, and must not be 16 | misrepresented as being the original software. 17 | 3. This notice may not be removed or altered from any source distribution. 18 | 19 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Recast/Include/RecastAssert.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef RECASTASSERT_H 20 | #define RECASTASSERT_H 21 | 22 | // Note: This header file's only purpose is to include define assert. 23 | // Feel free to change the file and include your own implementation instead. 24 | 25 | #ifdef NDEBUG 26 | // From http://cnicholson.net/2009/02/stupid-c-tricks-adventures-in-assert/ 27 | # define rcAssert(x) do { (void)sizeof(x); } while((void)(__LINE__==-1),false) 28 | #else 29 | # include 30 | # define rcAssert assert 31 | #endif 32 | 33 | #endif // RECASTASSERT_H 34 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/.gitignore: -------------------------------------------------------------------------------- 1 | Recast.app 2 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/CallDLL.txt: -------------------------------------------------------------------------------- 1 | StarPos:36.9344,0.930679,-34.9411 2 | EndPos:41.7009,-2.26766,-23.3843 3 | 36.9344,1.23048,-34.9411 4 | 37.0314,1.23048,-34.4506 5 | 37.1285,1.20708,-33.9601 6 | 37.2255,1.17404,-33.4696 7 | 37.3225,1.141,-32.9791 8 | 37.4195,1.02915,-32.4886 9 | 37.5166,0.904247,-31.9981 10 | 37.6136,0.779345,-31.5076 11 | 37.7106,0.654442,-31.0171 12 | 37.8076,0.529539,-30.5266 13 | 37.9047,0.411799,-30.0361 14 | 38.0017,0.245875,-29.5457 15 | 38.0987,0.124935,-29.0552 16 | 38.3099,0.0308511,-28.6019 17 | 38.5823,-0.154234,-28.1827 18 | 38.8548,-0.339657,-27.7635 19 | 39.1273,-0.525092,-27.3442 20 | 39.3997,-0.698722,-26.925 21 | 39.6722,-0.863889,-26.5057 22 | 39.9447,-1.02906,-26.0865 23 | 40.2172,-1.19422,-25.6673 24 | 40.4896,-1.35939,-25.248 25 | 40.7621,-1.52456,-24.8288 26 | 41.0346,-1.66992,-24.4096 27 | 41.307,-1.79663,-23.9903 28 | 41.5795,-1.8148,-23.5711 29 | 41.7009,-1.79359,-23.3843 30 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/RecastDemo/Bin/DroidSans.ttf -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/TestCases/movement_test.txt: -------------------------------------------------------------------------------- 1 | s Solo Mesh Simple 2 | f movement.obj 3 | pf -100.539185 -1.000000 54.028996 62.582016 15.757828 52.842243 0x3 0x0 4 | pf -100.539185 -1.000000 54.028996 -1.259964 -1.000000 50.116970 0x3 0x0 5 | pf -100.539185 -1.000000 54.028996 1.598934 -1.000000 23.528656 0x3 0x0 6 | pf -100.539185 -1.000000 54.028996 3.652847 -1.000000 -5.022881 0x3 0x0 7 | pf -100.539185 -1.000000 54.028996 -39.182816 8.999985 -24.697731 0x3 0x0 8 | pf -100.539185 -1.000000 54.028996 -66.847992 -1.000000 -28.908646 0x3 0x0 9 | pf -100.539185 -1.000000 54.028996 -90.966019 -1.000000 -3.219864 0x3 0x0 10 | pf -43.394421 -1.000000 13.312424 -90.966019 -1.000000 -3.219864 0x3 0x0 11 | pf -43.394421 -1.000000 13.312424 -36.447182 3.999992 -25.008087 0x3 0x0 12 | pf -43.394421 -1.000000 13.312424 26.394167 15.757812 -13.491264 0x3 0x0 13 | pf -43.394421 -1.000000 13.312424 -4.140746 6.944923 4.888435 0x3 0x0 14 | pf -43.394421 -1.000000 13.312424 -73.532791 -1.062469 23.137051 0x3 0x0 15 | pf -43.394421 -1.000000 13.312424 -72.902054 7.996834 15.076473 0x3 0x0 -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/TestCases/nav_mesh_test.txt: -------------------------------------------------------------------------------- 1 | s Solo Mesh Simple 2 | f nav_test.obj 3 | pf 18.138550 -2.370003 -21.319118 -19.206181 -2.369133 24.802742 0x3 0x0 4 | pf 18.252758 -2.368240 -7.000238 -19.206181 -2.369133 24.802742 0x3 0x0 5 | pf 18.252758 -2.368240 -7.000238 -22.759071 -2.369453 2.003946 0x3 0x0 6 | pf 18.252758 -2.368240 -7.000238 -24.483898 -2.369728 -6.778278 0x3 0x0 7 | pf 18.252758 -2.368240 -7.000238 -24.068850 -2.370285 -18.879251 0x3 0x0 8 | pf 18.252758 -2.368240 -7.000238 12.124170 -2.369637 -21.222471 0x3 0x0 9 | pf 10.830146 -2.366791 19.002508 12.124170 -2.369637 -21.222471 0x3 0x0 10 | pf 10.830146 -2.366791 19.002508 -7.146484 -2.368736 -16.031403 0x3 0x0 11 | pf 10.830146 -2.366791 19.002508 -21.615391 -2.368706 -3.264029 0x3 0x0 12 | pf 10.830146 -2.366791 19.002508 -22.651268 -2.369354 1.053217 0x3 0x0 13 | pf 10.830146 -2.366791 19.002508 19.181122 -2.368134 3.011776 0x3 0x0 14 | pf 10.830146 -2.366791 19.002508 19.041592 -2.368713 -7.404587 0x3 0x0 15 | pf 6.054083 -2.365402 3.330421 19.041592 -2.368713 -7.404587 0x3 0x0 16 | pf 6.054083 -2.365402 3.330421 21.846087 -2.368568 17.918859 0x3 0x0 17 | pf 6.054083 -2.365402 3.330421 0.967449 -2.368439 25.767756 0x3 0x0 18 | pf 6.054083 -2.365402 3.330421 -17.518076 -2.368477 26.569633 0x3 0x0 19 | pf 6.054083 -2.365402 3.330421 -22.141787 -2.369209 2.440046 0x3 0x0 20 | pf 6.054083 -2.365402 3.330421 -23.296972 -2.369797 -17.411043 0x3 0x0 21 | pf 6.054083 -2.365402 3.330421 -1.564062 -2.369926 -20.452827 0x3 0x0 22 | pf 6.054083 -2.365402 3.330421 16.905643 -2.370193 -21.811655 0x3 0x0 23 | pf 6.054083 -2.365402 3.330421 19.289761 -2.368813 -6.954918 0x3 0x0 24 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/TestCases/raycast_test.txt: -------------------------------------------------------------------------------- 1 | s Tile Mesh 2 | f nav_test.obj 3 | rc 45.133884 -0.533207 -3.775568 47.078232 7.797605 14.293253 0xffef 0x0 4 | rc 52.979847 -2.778793 -2.914886 50.628868 -2.350212 13.917850 0xffef 0x0 5 | rc 45.209217 2.024442 1.838851 46.888412 7.797606 15.772338 0xffef 0x0 6 | rc 45.388317 -0.562073 -3.673226 46.651001 7.797606 15.513507 0xffef 0x0 -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Bin/output.txt: -------------------------------------------------------------------------------- 1 | StarPos:36.9344,0.930679,-34.9411 2 | EndPos:41.7009,-2.26766,-23.3843 3 | 36.9344,1.23048,-34.9411 4 | 37.0314,1.23048,-34.4506 5 | 37.1285,1.20708,-33.9601 6 | 37.2255,1.17404,-33.4696 7 | 37.3225,1.141,-32.9791 8 | 37.4195,1.02915,-32.4886 9 | 37.5166,0.904247,-31.9981 10 | 37.6136,0.779345,-31.5076 11 | 37.7106,0.654442,-31.0171 12 | 37.8076,0.529539,-30.5266 13 | 37.9047,0.411799,-30.0361 14 | 38.0017,0.245875,-29.5457 15 | 38.0987,0.124935,-29.0552 16 | 38.3099,0.0308511,-28.6019 17 | 38.5823,-0.154234,-28.1827 18 | 38.8548,-0.339657,-27.7635 19 | 39.1273,-0.525092,-27.3442 20 | 39.3997,-0.698722,-26.925 21 | 39.6722,-0.863889,-26.5057 22 | 39.9447,-1.02906,-26.0865 23 | 40.2172,-1.19422,-25.6673 24 | 40.4896,-1.35939,-25.248 25 | 40.7621,-1.52456,-24.8288 26 | 41.0346,-1.66992,-24.4096 27 | 41.307,-1.79663,-23.9903 28 | 41.5795,-1.8148,-23.5711 29 | 41.7009,-1.79359,-23.3843 30 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Contrib/readme-sdl.txt: -------------------------------------------------------------------------------- 1 | 2 | Windows 3 | Download SDL Developer Libraries from http://www.libsdl.org and unzip them to SDL/ 4 | 5 | OSX 6 | Download and install OSX SDL Developer Libraries from http://www.libsdl.org -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Include/Filelist.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef FILELIST_H 20 | #define FILELIST_H 21 | 22 | #include 23 | #include 24 | 25 | void scanDirectoryAppend(const std::string& path, const std::string& ext, std::vector& fileList); 26 | void scanDirectory(const std::string& path, const std::string& ext, std::vector& fileList); 27 | 28 | #endif // FILELIST_H 29 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Include/PerfTimer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef PERFTIMER_H 20 | #define PERFTIMER_H 21 | 22 | #ifdef __GNUC__ 23 | #include 24 | typedef int64_t TimeVal; 25 | #else 26 | typedef __int64 TimeVal; 27 | #endif 28 | 29 | TimeVal getPerfTime(); 30 | int getPerfTimeUsec(const TimeVal duration); 31 | 32 | #endif // PERFTIMER_H -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Include/SlideShow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef SLIDESHOW_H 20 | #define SLIDESHOW_H 21 | 22 | #include "Filelist.h" 23 | #include 24 | #include 25 | 26 | class SlideShow 27 | { 28 | std::vector m_files; 29 | char m_path[256]; 30 | 31 | int m_width; 32 | int m_height; 33 | unsigned int m_texId; 34 | 35 | void purgeImage(); 36 | bool loadImage(const char* path); 37 | 38 | bool m_showCurSlide; 39 | float m_slideAlpha; 40 | int m_curSlide; 41 | int m_nextSlide; 42 | 43 | public: 44 | SlideShow(); 45 | ~SlideShow(); 46 | 47 | bool init(const char* path); 48 | void nextSlide(); 49 | void prevSlide(); 50 | void setSlide(int n); 51 | void updateAndDraw(float dt, const float w, const float h); 52 | }; 53 | 54 | #endif // SLIDESHOW_H 55 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Include/ValueHistory.h: -------------------------------------------------------------------------------- 1 | #ifndef VALUEHISTORY_H 2 | #define VALUEHISTORY_H 3 | 4 | class ValueHistory 5 | { 6 | static const int MAX_HISTORY = 256; 7 | float m_samples[MAX_HISTORY]; 8 | int m_hsamples; 9 | public: 10 | ValueHistory(); 11 | 12 | inline void addSample(const float val) 13 | { 14 | m_hsamples = (m_hsamples+MAX_HISTORY-1) % MAX_HISTORY; 15 | m_samples[m_hsamples] = val; 16 | } 17 | 18 | inline int getSampleCount() const 19 | { 20 | return MAX_HISTORY; 21 | } 22 | 23 | inline float getSample(const int i) const 24 | { 25 | return m_samples[(m_hsamples+i) % MAX_HISTORY]; 26 | } 27 | 28 | float getSampleMin() const; 29 | float getSampleMax() const; 30 | float getAverage() const; 31 | }; 32 | 33 | struct GraphParams 34 | { 35 | void setRect(int ix, int iy, int iw, int ih, int ipad); 36 | void setValueRange(float ivmin, float ivmax, int indiv, const char* iunits); 37 | 38 | int x, y, w, h, pad; 39 | float vmin, vmax; 40 | int ndiv; 41 | char units[16]; 42 | }; 43 | 44 | void drawGraphBackground(const GraphParams* p); 45 | 46 | void drawGraph(const GraphParams* p, const ValueHistory* graph, 47 | int idx, const char* label, const unsigned int col); 48 | 49 | 50 | #endif // VALUEHISTORY_H -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Include/imguiRenderGL.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef IMGUI_RENDER_GL_H 20 | #define IMGUI_RENDER_GL_H 21 | 22 | bool imguiRenderGLInit(const char* fontpath); 23 | void imguiRenderGLDestroy(); 24 | void imguiRenderGLDraw(); 25 | 26 | #endif // IMGUI_RENDER_GL_H -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Source/NavMeshTesterTool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/RecastDemo/Source/NavMeshTesterTool.cpp -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/Source/PerfTimer.cpp: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #include "PerfTimer.h" 20 | 21 | #if defined(WIN32) 22 | 23 | // Win32 24 | #include 25 | 26 | TimeVal getPerfTime() 27 | { 28 | __int64 count; 29 | QueryPerformanceCounter((LARGE_INTEGER*)&count); 30 | return count; 31 | } 32 | 33 | int getPerfTimeUsec(const TimeVal duration) 34 | { 35 | static __int64 freq = 0; 36 | if (freq == 0) 37 | QueryPerformanceFrequency((LARGE_INTEGER*)&freq); 38 | return (int)(duration*1000000 / freq); 39 | } 40 | 41 | #else 42 | 43 | // Linux, BSD, OSX 44 | 45 | #include 46 | 47 | TimeVal getPerfTime() 48 | { 49 | timeval now; 50 | gettimeofday(&now, 0); 51 | return (TimeVal)now.tv_sec*1000000L + (TimeVal)now.tv_usec; 52 | } 53 | 54 | int getPerfTimeUsec(const TimeVal duration) 55 | { 56 | return (int)duration; 57 | } 58 | 59 | #endif 60 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/createSln.bat: -------------------------------------------------------------------------------- 1 | premake5.exe vs2015 -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/linux.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./premake5 --os=linux gmake 3 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/premake5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/RecastDemo/premake5 -------------------------------------------------------------------------------- /recastnavigation-1.5.1/RecastDemo/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/RecastDemo/screenshot.png -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Tests/Recast/Tests_Recast.cpp: -------------------------------------------------------------------------------- 1 | #include "catch.hpp" 2 | 3 | #include "Recast.h" 4 | 5 | TEST_CASE("rcVdot") 6 | { 7 | SECTION("Dot normalized vector with itself") 8 | { 9 | float v1[] = { 1, 0, 0 }; 10 | float result = rcVdot(v1, v1); 11 | REQUIRE(result == Approx(1)); 12 | } 13 | } 14 | 15 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/Tests/main.cpp: -------------------------------------------------------------------------------- 1 | #define CATCH_CONFIG_MAIN 2 | #include "catch.hpp" 3 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/appveyor.yml: -------------------------------------------------------------------------------- 1 | shallow_clone: true 2 | 3 | os: 4 | - Visual Studio 2015 5 | 6 | environment: 7 | matrix: 8 | - TOOLSET: vs2010 9 | - TOOLSET: vs2013 10 | - TOOLSET: vs2015 11 | 12 | install: 13 | # Download Premake 14 | - ps: Start-FileDownload 'https://github.com/premake/premake-core/releases/download/v5.0.0-alpha7/premake-5.0.0-alpha7-windows.zip' 'premake.zip' 15 | 16 | # Extract it in-place; premake5.exe is at the top level. 17 | - 7z x premake.zip 18 | 19 | # Download SDL. 20 | - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.4-VC.zip' 'RecastDemo/Contrib/SDL.zip' 21 | 22 | # Extract it, put it in the right place, and rename it. 23 | - cd RecastDemo\Contrib && 7z x SDL.zip && ren SDL2-2.0.4 SDL && cd ..\.. 24 | 25 | # Generate solution files using premake. 26 | - cd RecastDemo && "../premake5.exe" %TOOLSET% && cd .. 27 | 28 | configuration: 29 | - Debug 30 | - Release 31 | 32 | build: 33 | project: RecastDemo/Build/$(TOOLSET)/recastnavigation.sln 34 | 35 | after_test: 36 | - RecastDemo\Bin\Tests.exe 37 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/Include/navigation.h: -------------------------------------------------------------------------------- 1 | #ifndef _navigation_h_ 2 | #define _navigation_h_ 3 | 4 | #ifndef NavigationAPI 5 | #ifdef _WIN32 6 | # define NavigationAPI __declspec(dllimport) 7 | #else 8 | # define NavigationAPI 9 | #endif 10 | #endif 11 | 12 | 13 | #ifdef __cplusplus 14 | extern "C" { 15 | #endif 16 | 17 | typedef struct {} *navigation_sdk_t; 18 | typedef struct { 19 | float x, y, z; 20 | }navigation_position_t; 21 | 22 | 23 | NavigationAPI navigation_sdk_t navigation_sdk_create(); 24 | NavigationAPI int LoadMap(char *path, navigation_sdk_t sdk); 25 | NavigationAPI void UnloadMap(navigation_sdk_t sdk); 26 | NavigationAPI int FindPath(navigation_position_t start, navigation_position_t end, navigation_sdk_t sdk); 27 | NavigationAPI int GetValue(int index, navigation_sdk_t sdk, navigation_position_t* pos); 28 | 29 | #ifdef __cplusplus 30 | } 31 | #endif 32 | 33 | #endif -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/NavMeshTesterTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/navigation/NavMeshTesterTool.h -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/PerfTimer.cpp: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #include "PerfTimer.h" 20 | 21 | #if defined(WIN32) 22 | 23 | // Win32 24 | #include 25 | 26 | TimeVal getPerfTime() 27 | { 28 | __int64 count; 29 | QueryPerformanceCounter((LARGE_INTEGER*)&count); 30 | return count; 31 | } 32 | 33 | int getPerfTimeUsec(const TimeVal duration) 34 | { 35 | static __int64 freq = 0; 36 | if (freq == 0) 37 | QueryPerformanceFrequency((LARGE_INTEGER*)&freq); 38 | return (int)(duration*1000000 / freq); 39 | } 40 | 41 | #else 42 | 43 | // Linux, BSD, OSX 44 | 45 | #include 46 | 47 | TimeVal getPerfTime() 48 | { 49 | timeval now; 50 | gettimeofday(&now, 0); 51 | return (TimeVal)now.tv_sec*1000000L + (TimeVal)now.tv_usec; 52 | } 53 | 54 | int getPerfTimeUsec(const TimeVal duration) 55 | { 56 | return (int)duration; 57 | } 58 | 59 | #endif 60 | -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/PerfTimer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org 3 | // 4 | // This software is provided 'as-is', without any express or implied 5 | // warranty. In no event will the authors be held liable for any damages 6 | // arising from the use of this software. 7 | // Permission is granted to anyone to use this software for any purpose, 8 | // including commercial applications, and to alter it and redistribute it 9 | // freely, subject to the following restrictions: 10 | // 1. The origin of this software must not be misrepresented; you must not 11 | // claim that you wrote the original software. If you use this software 12 | // in a product, an acknowledgment in the product documentation would be 13 | // appreciated but is not required. 14 | // 2. Altered source versions must be plainly marked as such, and must not be 15 | // misrepresented as being the original software. 16 | // 3. This notice may not be removed or altered from any source distribution. 17 | // 18 | 19 | #ifndef PERFTIMER_H 20 | #define PERFTIMER_H 21 | 22 | #ifdef __GNUC__ 23 | #include 24 | typedef int64_t TimeVal; 25 | #else 26 | typedef __int64 TimeVal; 27 | #endif 28 | 29 | TimeVal getPerfTime(); 30 | int getPerfTimeUsec(const TimeVal duration); 31 | 32 | #endif // PERFTIMER_H -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/Sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yekoufeng/go-recast-nav/9b70e41892f17b58f304ddef83dcece493c17a9b/recastnavigation-1.5.1/navigation/Sample.h -------------------------------------------------------------------------------- /recastnavigation-1.5.1/navigation/ValueHistory.h: -------------------------------------------------------------------------------- 1 | #ifndef VALUEHISTORY_H 2 | #define VALUEHISTORY_H 3 | 4 | class ValueHistory 5 | { 6 | static const int MAX_HISTORY = 256; 7 | float m_samples[MAX_HISTORY]; 8 | int m_hsamples; 9 | public: 10 | ValueHistory(); 11 | 12 | inline void addSample(const float val) 13 | { 14 | m_hsamples = (m_hsamples+MAX_HISTORY-1) % MAX_HISTORY; 15 | m_samples[m_hsamples] = val; 16 | } 17 | 18 | inline int getSampleCount() const 19 | { 20 | return MAX_HISTORY; 21 | } 22 | 23 | inline float getSample(const int i) const 24 | { 25 | return m_samples[(m_hsamples+i) % MAX_HISTORY]; 26 | } 27 | 28 | float getSampleMin() const; 29 | float getSampleMax() const; 30 | float getAverage() const; 31 | }; 32 | 33 | struct GraphParams 34 | { 35 | void setRect(int ix, int iy, int iw, int ih, int ipad); 36 | void setValueRange(float ivmin, float ivmax, int indiv, const char* iunits); 37 | 38 | int x, y, w, h, pad; 39 | float vmin, vmax; 40 | int ndiv; 41 | char units[16]; 42 | }; 43 | 44 | void drawGraphBackground(const GraphParams* p); 45 | 46 | void drawGraph(const GraphParams* p, const ValueHistory* graph, 47 | int idx, const char* label, const unsigned int col); 48 | 49 | 50 | #endif // VALUEHISTORY_H -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- 1 | @echo on 2 | 3 | call stop.bat 4 | 5 | set GOPROXY=https://goproxy.io 6 | set GOBIN=%~dp0bin 7 | 8 | go install ./GoCallDLL 9 | 10 | -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | flag="app" 4 | bash stop.sh 5 | 6 | 7 | export GOPROXY=https://goproxy.io 8 | export GOBIN=$PWD/bin 9 | 10 | go install ./GoCallDLL/src 11 | 12 | #cd res/config 13 | #if [ ! -f "server.toml" ]; then 14 | # cp server.toml.example server.toml 15 | #fi 16 | 17 | #cd ../../ 18 | 19 | #nohup ./serverapp.sh $flag > ServerApp_`date +%Y-%m-%d_%H-%M-%S`.log & 20 | #ps ux | grep $flag |grep -v grep 21 | -------------------------------------------------------------------------------- /stop.bat: -------------------------------------------------------------------------------- 1 | 2 | TASKKILL /F /IM ServerApp.exe 3 | 4 | 5 | -------------------------------------------------------------------------------- /stop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | 4 | flag="app" 5 | 6 | #退出进程 7 | pids=`ps ux | grep $flag | grep -v grep |awk '{print $2}'` 8 | for id in $pids 9 | do 10 | echo "killPid:" $id 11 | kill -2 $id 12 | done 13 | 14 | echo "Finish kill server..." 15 | 16 | ps ux | grep $flag |grep -v grep 17 | 18 | 19 | --------------------------------------------------------------------------------