Adding A* Algorythm and carpet roads

This commit is contained in:
Nicolas SANS
2023-04-24 15:49:03 +02:00
parent 75018ee6cd
commit 690e3fbd0b
685 changed files with 134125 additions and 19 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: b04e6b995408741cf8dc427c6173f5f8

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: ce970816794dc4a6c8b5acdbc5953551

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: ee2523340e7944c4297a80937a51484c
TextureImporter:
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: .25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 0
textureFormat: -1
maxTextureSize: 1024
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
textureType: -1
buildTargetSettings: []

View File

@ -0,0 +1,120 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: dynamicObstacle
serializedVersion: 3
m_AnimationType: 1
m_Compressed: 0
m_RotationCurves: []
m_CompressedRotationCurves: []
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: .0147868283}
outSlope: {x: 0, y: 0, z: .0147868283}
tangentMode: 0
- time: 10.0166664
value: {x: 0, y: 0, z: 14.9463282}
inSlope: {x: 0, y: 0, z: .00212520501}
outSlope: {x: 0, y: 0, z: .00212520501}
tangentMode: 1084227584
- time: 10.0333338
value: {x: 0, y: 0, z: 14.9462395}
inSlope: {x: 0, y: 0, z: -.012733344}
outSlope: {x: 0, y: 0, z: -.012733344}
tangentMode: 1084227584
m_PreInfinity: 2
m_PostInfinity: 2
path:
m_ScaleCurves: []
m_FloatCurves: []
m_SampleRate: 60
m_WrapMode: 4
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_MuscleClipInfo:
m_StartTime: 0
m_StopTime: 1
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- curve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 10
- time: 10.0166664
value: 0
inSlope: 0
outSlope: 0
tangentMode: 10
m_PreInfinity: 2
m_PostInfinity: 2
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 10
- time: 10.0166664
value: 0
inSlope: 0
outSlope: 0
tangentMode: 10
m_PreInfinity: 2
m_PostInfinity: 2
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: .0147868283
outSlope: .0147868283
tangentMode: 0
- time: 10.0333338
value: 14.9462395
inSlope: -.012733344
outSlope: -.012733344
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
m_EulerEditorCurves: []
m_Events: []
--- !u!1002 &7400001
EditorExtensionImpl:
serializedVersion: 6

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: fca8a128acb4a4567ae3aacfdb0e4a13