0.1.0.1
This commit is contained in:
parent
f7d2309146
commit
ae6eca5a31
File diff suppressed because it is too large
Load Diff
@ -159,8 +159,19 @@ namespace BlueWater.Players.Tycoons
|
||||
// Event methods
|
||||
public void SetMoveSpeedMultiplier(float value) => MoveSpeedMultiplier = value;
|
||||
public void ResetMoveSpeedMultiplier() => MoveSpeedMultiplier = 1f;
|
||||
public void EnableMove() => IsMoveEnabled = true;
|
||||
public void DisableMove() => IsMoveEnabled = false;
|
||||
|
||||
public void EnableMoveAndDash()
|
||||
{
|
||||
IsMoveEnabled = true;
|
||||
IsDashEnabled = true;
|
||||
}
|
||||
|
||||
public void DisableMoveAndDash()
|
||||
{
|
||||
IsMoveEnabled = false;
|
||||
IsDashEnabled = false;
|
||||
}
|
||||
|
||||
public void SetCurrentDirection(Vector3 normalDirection) => CurrentDirection = normalDirection;
|
||||
|
||||
// Methods
|
||||
|
@ -24,11 +24,15 @@ namespace BlueWater.Tycoons
|
||||
private void Awake()
|
||||
{
|
||||
_astarPath = FindAnyObjectByType<AstarPath>();
|
||||
_customerTables = _customerTableRoot.GetComponentsInChildren<CustomerTable>().ToList();
|
||||
|
||||
for (var i = 0; i < _customerTables.Count; i++)
|
||||
|
||||
if (_customerTableRoot)
|
||||
{
|
||||
HideCustomerTable(i);
|
||||
_customerTables = _customerTableRoot.GetComponentsInChildren<CustomerTable>().ToList();
|
||||
|
||||
for (var i = 0; i < _customerTables.Count; i++)
|
||||
{
|
||||
HideCustomerTable(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -66,11 +70,15 @@ namespace BlueWater.Tycoons
|
||||
|
||||
public void ShowCustomerTable(int index)
|
||||
{
|
||||
if (_customerTables.Count <= 0 || !_customerTables[index]) return;
|
||||
|
||||
_customerTables[index].Show();
|
||||
}
|
||||
|
||||
public void HideCustomerTable(int index)
|
||||
{
|
||||
if (_customerTables.Count <= 0 || !_customerTables[index]) return;
|
||||
|
||||
_customerTables[index].Hide();
|
||||
}
|
||||
}
|
||||
|
@ -1,327 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &976735345851103882
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 7397305532453693736}
|
||||
m_Layer: 0
|
||||
m_Name: Crews
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &7397305532453693736
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 976735345851103882}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children:
|
||||
- {fileID: 6756784932149213409}
|
||||
- {fileID: 2831594207239095253}
|
||||
m_Father: {fileID: 3646641322554069205}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &1288066730783885505
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 6756784932149213409}
|
||||
m_Layer: 0
|
||||
m_Name: CleanerSpawn
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: -964228994112308473, guid: 0000000000000000d000000000000000, type: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &6756784932149213409
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1288066730783885505}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 6.423, y: 0, z: -14.157}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 7397305532453693736}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &6343609226796291195
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 2831594207239095253}
|
||||
m_Layer: 0
|
||||
m_Name: ServerSpawn
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: -964228994112308473, guid: 0000000000000000d000000000000000, type: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &2831594207239095253
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6343609226796291195}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 6.423, y: 0, z: -14.157}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 7397305532453693736}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &7346530540136226617
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 3646641322554069205}
|
||||
- component: {fileID: 818906649397483527}
|
||||
- component: {fileID: 3188342412748257250}
|
||||
- component: {fileID: 5128846959703286048}
|
||||
- component: {fileID: 160410100653393760}
|
||||
- component: {fileID: 6254778032192747875}
|
||||
- component: {fileID: 7536229774908617976}
|
||||
- component: {fileID: 769398449356380935}
|
||||
- component: {fileID: 7519316347069452839}
|
||||
m_Layer: 0
|
||||
m_Name: TycoonManager
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &3646641322554069205
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children:
|
||||
- {fileID: 7397305532453693736}
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &818906649397483527
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 7a961f486af9bbe4583b1037d23298cc, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_persistent: 0
|
||||
<CustomerTableController>k__BackingField: {fileID: 3188342412748257250}
|
||||
<TycoonStageController>k__BackingField: {fileID: 5128846959703286048}
|
||||
<TycoonIngredientController>k__BackingField: {fileID: 160410100653393760}
|
||||
<CrewController>k__BackingField: {fileID: 6254778032192747875}
|
||||
<CustomerController>k__BackingField: {fileID: 7536229774908617976}
|
||||
<ServingTableController>k__BackingField: {fileID: 769398449356380935}
|
||||
<TycoonCardController>k__BackingField: {fileID: 7519316347069452839}
|
||||
<TycoonStatus>k__BackingField:
|
||||
_maxLevel: 100
|
||||
_currentLevel: 1
|
||||
_maxPlayerHealth: 4
|
||||
_currentPlayerHealth: 4
|
||||
_playerMoveSpeedMultiplier: 1
|
||||
_currentExp: 0
|
||||
_expMultiplier: 1
|
||||
_currentGold: 0
|
||||
_goldMultiplier: 1
|
||||
_currentLiquidAmountA: 0
|
||||
_currentLiquidAmountB: 0
|
||||
_currentLiquidAmountC: 0
|
||||
_currentLiquidAmountD: 0
|
||||
_currentLiquidAmountE: 0
|
||||
_currentGarnishAmount1: 0
|
||||
_currentGarnishAmount2: 0
|
||||
_playerDashCooldownReduction: 0
|
||||
_tipMultiplier: 0
|
||||
_endGoldMultiplier: 0
|
||||
_customerHurryTimeIncrease: 0
|
||||
_barrelAutoIncrease: 0
|
||||
_serverTipMultiplier: 0
|
||||
_cleanerCleaningReduction: 0
|
||||
_bartenderMakingReduction: 0
|
||||
<LevelDataSo>k__BackingField: {fileID: 11400000, guid: 702b1ed0ce71d1b4aa1ddbce67e475a1, type: 2}
|
||||
--- !u!114 &3188342412748257250
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f1f3fbad52bf14f4a919767bb32ac24f, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_customerTableRoot: {fileID: 0}
|
||||
_customerTables:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
_activeCustomerTables:
|
||||
- {fileID: 0}
|
||||
--- !u!114 &5128846959703286048
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 9dd1d4a57e5f2dc4ba2346bf6359f094, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
<StageDataSo>k__BackingField: {fileID: 11400000, guid: 5fd0220da8e388e4c872a9fcc80d2c76, type: 2}
|
||||
_vomitingObject: {fileID: 7264946127367919962, guid: d02f28b2bb526af478050f2f027be8e9, type: 3}
|
||||
_mushroomObject: {fileID: 9017181398980009727, guid: 6ae3ef0fd03a4f14bb60802eb4fc0fa8, type: 3}
|
||||
_normalRewardBoxObject: {fileID: 5271591928794914848, guid: c939d59e0cc02ec45b0610f6b470031f, type: 3}
|
||||
_rareRewardBoxObject: {fileID: 5271591928794914848, guid: 6609b1f764f239e4a94f6f88be3d4916, type: 3}
|
||||
--- !u!114 &160410100653393760
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 72638ccfaf7778d42808e233d2eb6e8c, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
<LiquidBarrelA>k__BackingField: {fileID: 0}
|
||||
<LiquidBarrelB>k__BackingField: {fileID: 0}
|
||||
<LiquidBarrelC>k__BackingField: {fileID: 0}
|
||||
<LiquidBarrelD>k__BackingField: {fileID: 0}
|
||||
<LiquidBarrelE>k__BackingField: {fileID: 0}
|
||||
<GarnishBarrel1>k__BackingField: {fileID: 0}
|
||||
<GarnishBarrel2>k__BackingField: {fileID: 0}
|
||||
_createMoldySfxName: CreateMoldy
|
||||
--- !u!114 &6254778032192747875
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f6bfcc5a4ee0dbf4392ae05fd1c81877, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_cleanerCrewPrefab: {fileID: 3226241112093390236, guid: fb1e288d64b813b4a9929ba9ece44956, type: 3}
|
||||
_servingCrewPrefab: {fileID: 1745629821853633206, guid: b692f61d994a0b94cb92cf0f2d47cfb2, type: 3}
|
||||
_bartenderCrewPrefab: {fileID: 529038307721658883, guid: 6c1ef58eadd33b64081c2586a3ac56a8, type: 3}
|
||||
_cleanerCrewSpawnTransform: {fileID: 6756784932149213409}
|
||||
_servingCrewSpawnTransform: {fileID: 2831594207239095253}
|
||||
_bartenderCrewSpawnTransforms:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
<Crews>k__BackingField: []
|
||||
<CleanerCrews>k__BackingField: []
|
||||
<ServerCrews>k__BackingField: []
|
||||
<BartenderCrews>k__BackingField: []
|
||||
--- !u!114 &7536229774908617976
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 7ab08469541b2aa45818fa36bbcb9cf7, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_customerPrefab: {fileID: -2302002259734456648, guid: 23195e611c71ad44b8a1ccb2b6e0efe5, type: 3}
|
||||
_customerSpawnTransform: {fileID: 0}
|
||||
_createCustomerSfxName: CreateCustomer
|
||||
_checkEmptySeatInterval: 0.5
|
||||
<InstanceCustomers>k__BackingField:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
--- !u!114 &769398449356380935
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 03e84488b3da65549a78d481636713a3, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_servingTableRoot: {fileID: 0}
|
||||
_servingTables:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
--- !u!114 &7519316347069452839
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7346530540136226617}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 9b861fc14a492d143aa66bd14424c65a, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_tycoonCardPrefab: {fileID: 1311751278713342195, guid: 2116ffd228314c745b8615652b11d19e, type: 3}
|
||||
<CardDataSo>k__BackingField: {fileID: 11400000, guid: 4607b374e49ab734da548949f9e10fed, type: 2}
|
||||
<CardShopDataSo>k__BackingField: {fileID: 11400000, guid: 9f0a0b0a5fe81514a9f58d322a6e8012, type: 2}
|
||||
<CardNormalDataSo>k__BackingField: {fileID: 11400000, guid: ba5e48d235a2e144bb8d9a8f9a0573b0, type: 2}
|
||||
<CardRareDataSo>k__BackingField: {fileID: 11400000, guid: 2872d9c3372bbf744ba3a4c7a9506335, type: 2}
|
||||
_selectCardSfxName: SelectCard
|
||||
_purifySfxName: Purify
|
@ -1,6 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f4159a422e38b0d45840f89b7d8d7b34
|
||||
PrefabImporter:
|
||||
guid: 08d1f83ad1653da49bf1176aeb5f77f6
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
BIN
Assets/03.Images/Characters/Illustration/Female01.png
Normal file
BIN
Assets/03.Images/Characters/Illustration/Female01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
156
Assets/03.Images/Characters/Illustration/Female01.png.meta
Normal file
156
Assets/03.Images/Characters/Illustration/Female01.png.meta
Normal file
@ -0,0 +1,156 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1629d87f32b5e1140ad0cad875010aa8
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 13
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapsPreserveCoverage: 0
|
||||
alphaTestReferenceValue: 0.5
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: 0.25
|
||||
normalMapFilter: 0
|
||||
flipGreenChannel: 0
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
ignoreMipmapLimit: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: 1
|
||||
aniso: 1
|
||||
mipBias: 0
|
||||
wrapU: 1
|
||||
wrapV: 1
|
||||
wrapW: 0
|
||||
nPOTScale: 0
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 1
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 1
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 8
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
flipbookRows: 1
|
||||
flipbookColumns: 1
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 0
|
||||
swizzle: 50462976
|
||||
cookieLightType: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 4
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: iOS
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: WindowsStoreApps
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
customData:
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID: 5e97eb03825dee720800000000000000
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spriteCustomMetadata:
|
||||
entries: []
|
||||
nameFileIdTable: {}
|
||||
mipmapLimitGroupName:
|
||||
pSDRemoveMatte: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Assets/03.Images/Characters/Illustration/Female02.png
Normal file
BIN
Assets/03.Images/Characters/Illustration/Female02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 KiB |
156
Assets/03.Images/Characters/Illustration/Female02.png.meta
Normal file
156
Assets/03.Images/Characters/Illustration/Female02.png.meta
Normal file
@ -0,0 +1,156 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fa7e704f15fcd844eac9cbd56284cfe8
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 13
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapsPreserveCoverage: 0
|
||||
alphaTestReferenceValue: 0.5
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: 0.25
|
||||
normalMapFilter: 0
|
||||
flipGreenChannel: 0
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
ignoreMipmapLimit: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: 1
|
||||
aniso: 1
|
||||
mipBias: 0
|
||||
wrapU: 1
|
||||
wrapV: 1
|
||||
wrapW: 0
|
||||
nPOTScale: 0
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 1
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 1
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 8
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
flipbookRows: 1
|
||||
flipbookColumns: 1
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 0
|
||||
swizzle: 50462976
|
||||
cookieLightType: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 4
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: iOS
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 4
|
||||
buildTarget: WindowsStoreApps
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
customData:
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID: 5e97eb03825dee720800000000000000
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spriteCustomMetadata:
|
||||
entries: []
|
||||
nameFileIdTable: {}
|
||||
mipmapLimitGroupName:
|
||||
pSDRemoveMatte: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@ MonoBehaviour:
|
||||
- title: Name
|
||||
value: TycoonPlayer
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Pictures
|
||||
value: '[]'
|
||||
type: 3
|
||||
@ -56,9 +56,9 @@ MonoBehaviour:
|
||||
- title: Display Name
|
||||
value: "\uC8FC\uC778\uACF5"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
portrait: {fileID: 0}
|
||||
spritePortrait: {fileID: 21300000, guid: 7b1a349915e073c48b2ed467c20def97, type: 3}
|
||||
spritePortrait: {fileID: 21300000, guid: 1629d87f32b5e1140ad0cad875010aa8, type: 3}
|
||||
alternatePortraits: []
|
||||
spritePortraits: []
|
||||
- id: 2
|
||||
@ -110,7 +110,7 @@ MonoBehaviour:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
portrait: {fileID: 0}
|
||||
spritePortrait: {fileID: 21300000, guid: 696d79dd8c8a85242ac3a77d9cdc1457, type: 3}
|
||||
spritePortrait: {fileID: 21300000, guid: fa7e704f15fcd844eac9cbd56284cfe8, type: 3}
|
||||
alternatePortraits: []
|
||||
spritePortraits: []
|
||||
items: []
|
||||
@ -1973,11 +1973,11 @@ MonoBehaviour:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Actor
|
||||
value: 2
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: -1
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
overrideSettings:
|
||||
@ -2019,11 +2019,11 @@ MonoBehaviour:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Actor
|
||||
value: 2
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: -1
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
@ -2080,11 +2080,11 @@ MonoBehaviour:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 1
|
||||
type: 5
|
||||
@ -2096,15 +2096,15 @@ MonoBehaviour:
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "\uC548\uB155?"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
@ -2126,8 +2126,8 @@ MonoBehaviour:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 148.79999
|
||||
y: 121.59999
|
||||
x: 149.79999
|
||||
y: 124.19998
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 2
|
||||
@ -2135,11 +2135,11 @@ MonoBehaviour:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
@ -2151,15 +2151,15 @@ MonoBehaviour:
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "\uBC18\uAC00\uC6CC!.\\n<color=red>\uD14C\uC2A4\uD2B8 \uC911\uC774\uC57C</color>"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
@ -2182,7 +2182,7 @@ MonoBehaviour:
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 148.79999
|
||||
y: 178.8
|
||||
y: 179.60002
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 4
|
||||
@ -2190,11 +2190,11 @@ MonoBehaviour:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
@ -2206,15 +2206,15 @@ MonoBehaviour:
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "123456789\\n\uAC00\uB098\uB2E4\uB77C\uB9C8\uBC14\uC0AC"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
@ -2245,11 +2245,11 @@ MonoBehaviour:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
@ -2261,15 +2261,15 @@ MonoBehaviour:
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "\uD14D\uC2A4\uD2B8 \uAE38\uC774 \uD14C\uC2A4\uD2B8\\n\u3134\u3141\u3147\uB77C\u3150\u3148\u3137\uCC28\u3150\u3134\u3147\u3134\u3141\uC78E\u3148\u3137\uCE20"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
@ -2286,7 +2286,7 @@ MonoBehaviour:
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 146.39998
|
||||
y: 287.2
|
||||
y: 286.40002
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 6
|
||||
@ -2294,11 +2294,11 @@ MonoBehaviour:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 1
|
||||
type: 5
|
||||
@ -2310,15 +2310,16 @@ MonoBehaviour:
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "2\uBC88\uC9F8 \uC120\uD0DD\uC9C0"
|
||||
value: "\uD50C\uB808\uC774\uC5B4 \uC120\uD0DD\uC9C0 \uC5C6\uB294 \uB300\uD654
|
||||
\uD14C\uC2A4\uD2B8"
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
@ -2326,7 +2327,13 @@ MonoBehaviour:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks: []
|
||||
outgoingLinks:
|
||||
- originConversationID: 8
|
||||
originDialogueID: 6
|
||||
destinationConversationID: 8
|
||||
destinationDialogueID: 8
|
||||
isConnector: 0
|
||||
priority: 2
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
@ -2361,7 +2368,276 @@ MonoBehaviour:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Dialogue Text
|
||||
value: "3\uBC88\uC9F8 \uC120\uD0DD\uC9C0"
|
||||
value: "\uD14D\uC2A4\uD2B8 \uC560\uB2C8\uBA54\uC774\uC158 \uD14C\uC2A4\uD2B8"
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
nodeColor:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks:
|
||||
- originConversationID: 8
|
||||
originDialogueID: 7
|
||||
destinationConversationID: 8
|
||||
destinationDialogueID: 11
|
||||
isConnector: 0
|
||||
priority: 2
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 677.6
|
||||
y: 123.2
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 8
|
||||
fields:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "\uC548\uB155? \uC798 \uC9C0\uB0C8\uC5B4?"
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
nodeColor:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks:
|
||||
- originConversationID: 8
|
||||
originDialogueID: 8
|
||||
destinationConversationID: 8
|
||||
destinationDialogueID: 9
|
||||
isConnector: 0
|
||||
priority: 2
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 419.2
|
||||
y: 171.6
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 9
|
||||
fields:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Actor
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Dialogue Text
|
||||
value: "\uC751 \uC798 \uC9C0\uB0C8\uC5B4."
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString: CustomFieldType_Text
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
nodeColor:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks:
|
||||
- originConversationID: 8
|
||||
originDialogueID: 9
|
||||
destinationConversationID: 8
|
||||
destinationDialogueID: 10
|
||||
isConnector: 0
|
||||
priority: 2
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 419.2
|
||||
y: 221.6
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 10
|
||||
fields:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Dialogue Text
|
||||
value: "\uB2E4\uD589\uC774\uB2E4."
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
nodeColor:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks: []
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 419.2
|
||||
y: 271.6
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 11
|
||||
fields:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
value: "<rainb>\uBB34\uC9C0\uAC1C\uBE5B \uBC18\uC0AC</rainb>"
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Dialogue Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Sequence
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
conversationID: 8
|
||||
isRoot: 0
|
||||
isGroup: 0
|
||||
nodeColor:
|
||||
delaySimStatus: 0
|
||||
falseConditionAction: Block
|
||||
conditionPriority: 2
|
||||
outgoingLinks:
|
||||
- originConversationID: 8
|
||||
originDialogueID: 11
|
||||
destinationConversationID: 8
|
||||
destinationDialogueID: 12
|
||||
isConnector: 0
|
||||
priority: 2
|
||||
conditionsString:
|
||||
userScript:
|
||||
onExecute:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 677.6
|
||||
y: 173.2
|
||||
width: 160
|
||||
height: 30
|
||||
- id: 12
|
||||
fields:
|
||||
- title: Title
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Description
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Actor
|
||||
value: 3
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Conversant
|
||||
value: 1
|
||||
type: 5
|
||||
typeString: CustomFieldType_Actor
|
||||
- title: Menu Text
|
||||
value:
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Dialogue Text
|
||||
value: "<wiggle><color=red>\uC704\uAE00</color><color=blue>\uC704\uAE00</color><color=green>\uC704\uAE00</color></wiggle>"
|
||||
type: 0
|
||||
typeString:
|
||||
- title: Sequence
|
||||
@ -2384,12 +2660,12 @@ MonoBehaviour:
|
||||
canvasRect:
|
||||
serializedVersion: 2
|
||||
x: 677.6
|
||||
y: 123.2
|
||||
y: 223.2
|
||||
width: 160
|
||||
height: 30
|
||||
entryGroups: []
|
||||
canvasScrollPosition: {x: 0, y: 0}
|
||||
canvasZoom: 1
|
||||
canvasScrollPosition: {x: 4.25531, y: 11.063843}
|
||||
canvasZoom: 0.94000006
|
||||
syncInfo:
|
||||
syncActors: 0
|
||||
syncItems: 0
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ LightingSettings:
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: DemoScene2Settings
|
||||
serializedVersion: 8
|
||||
serializedVersion: 9
|
||||
m_EnableBakedLightmaps: 1
|
||||
m_EnableRealtimeLightmaps: 0
|
||||
m_RealtimeEnvironmentLighting: 1
|
||||
@ -15,11 +15,11 @@ LightingSettings:
|
||||
m_AlbedoBoost: 1
|
||||
m_IndirectOutputScale: 1
|
||||
m_UsingShadowmask: 0
|
||||
m_BakeBackend: 1
|
||||
m_BakeBackend: 2
|
||||
m_LightmapMaxSize: 1024
|
||||
m_LightmapSizeFixed: 0
|
||||
m_UseMipmapLimits: 1
|
||||
m_BakeResolution: 50
|
||||
m_BakeResolution: 10
|
||||
m_Padding: 2
|
||||
m_LightmapCompression: 0
|
||||
m_AO: 0
|
||||
@ -39,9 +39,9 @@ LightingSettings:
|
||||
m_ForceUpdates: 0
|
||||
m_PVRCulling: 1
|
||||
m_PVRSampling: 1
|
||||
m_PVRDirectSampleCount: 32
|
||||
m_PVRSampleCount: 512
|
||||
m_PVREnvironmentSampleCount: 512
|
||||
m_PVRDirectSampleCount: 2
|
||||
m_PVRSampleCount: 32
|
||||
m_PVREnvironmentSampleCount: 32
|
||||
m_PVREnvironmentReferencePointCount: 2048
|
||||
m_LightProbeSampleCountMultiplier: 4
|
||||
m_PVRBounces: 2
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/AssemblyInfo.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Behaviors/Patrol.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -1,3 +1,9 @@
|
||||
## 5.3.1 (2025-01-13)
|
||||
- Fixed a regression in 5.3.0 causing navmesh cutting to be much slower than it should be.
|
||||
- Fixed triangle nodes on recast/navmesh graphs with no adjacent triangles would not be able to be traversed via off-mesh links.
|
||||
- Fixed triangle nodes on recast/navmesh graphs with no adjacent triangles would not be detected by the \reflink{ConstantPath} path type.
|
||||
- Fixed some missing videos in the \ref get-started-recast tutorial.
|
||||
|
||||
## 5.3.0 (2025-01-09)
|
||||
- Added a new get started video:
|
||||
\youtube{PZXX4xGzCCA}
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/CHANGELOG.md
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -14,6 +14,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/AIBase.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/AILerp.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/AIPath.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -14,6 +14,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/RichAI.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -10,6 +10,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/RichPath.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/Seeker.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -14,6 +14,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AstarData.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AstarMath.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -30,7 +30,7 @@ using Thread = System.Threading.Thread;
|
||||
[HelpURL("https://arongranberg.com/astar/documentation/stable/astarpath.html")]
|
||||
public class AstarPath : VersionedMonoBehaviour {
|
||||
/// <summary>The version number for the A* Pathfinding Project</summary>
|
||||
public static readonly System.Version Version = new System.Version(5, 3, 0);
|
||||
public static readonly System.Version Version = new System.Version(5, 3, 1);
|
||||
|
||||
/// <summary>Information about where the package was downloaded</summary>
|
||||
public enum AstarDistribution { WebsiteDownload, AssetStore, PackageManager };
|
||||
|
@ -18,6 +18,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/AstarPath.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Collections/Span.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -14,6 +14,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -9,6 +9,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Geometry/Int3.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 87744
|
||||
packageName: A* Pathfinding Project Pro
|
||||
packageVersion: 5.3.0
|
||||
packageVersion: 5.3.1
|
||||
assetPath: Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs
|
||||
uploadId: 722637
|
||||
uploadId: 723674
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user