religion/Logs/ApiUpdaterCheck.txt
Roman 37ccc08c85 任务:搭建基本的系统
1.编写塞钱箱逻辑
(1.初始为有钱
(2.创建事件,当被塞钱,修改塞钱箱状态
(3.创建事件,当被拿钱,修改塞钱箱状态
(*:修改塞钱箱继承自普通可交互物体

2.编写玩家塞钱逻辑
(1.创建交互按键,当检测到交互执行,执行所catch物体的OnCall,根据所catch物体不同触发不同的动作。当catch到的是塞钱箱,执行塞钱功能
(2.创建塞钱功能,持有特殊金币-1

3.修改爱欲品掉钱逻辑
(1.修改死亡事件,当检测到主人为地藏并且玩家身上已经没钱了的时候,生成一个特殊硬币

4.编写特殊硬币逻辑
(1.继承于可交互物体(×)
(2.OnCall的时候触发玩家加钱功能
(3.物理层上不与除地面以外的其他东西碰撞
(4.捡拾上,给硬币添加一个子物体,通过子物体上的触发器和攻击类来判断捡拾与否

5.编写地藏拿钱攻击逻辑
(*.参照钟的逻辑
(1.新建地藏手
(2.新建组件:地藏手
(3.收到攻击信号后,从外部从上至下伸入一只手,伴随抖动,到一定位置后停止
(4.手有碰撞体,触碰到玩家时,对玩家造成伤害
(5.抄一段普通怪物的受击逻辑,当手被攻击了,触发动画,稍微抬起一小段,并且剧烈震动,同时通知主人被打

6.整理脚本

至此,关卡已经能按照正常的逻辑跑起来了
2021-12-11 02:12:12 +08:00

148 lines
7.4 KiB
Plaintext

[api-updater (non-obsolete-error-filter)] 2021/11/21 14:46:28 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 582.1433ms
moved types parse time: 79ms
candidates parse time : 1ms
C# parse time : 659ms
candidates check time : 56ms
console write time : 130ms
[api-updater (non-obsolete-error-filter)] 2021/11/22 22:56:31 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 276.0718ms
moved types parse time: 53ms
candidates parse time : 1ms
C# parse time : 639ms
candidates check time : 57ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/11/27 22:03:44 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 246.7565ms
moved types parse time: 48ms
candidates parse time : 1ms
C# parse time : 693ms
candidates check time : 71ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/11/27 22:09:10 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)] Exception caught while loading types from C:\Users\13259\Desktop\宗教\Library\ScriptAssemblies\Sirenix.OdinInspector.CompatibilityLayer.Editor.dll (some types may not be loaded)
Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0
at APIUpdater.NonObsoleteApiUpdaterDetector.ExtraInfoParser+<LoadTypesWithMovedFromAttributeAsync>d__3.MoveNext () [0x000c8] in <00f49e0ec5f946baac3cd78779c2f2a8>:0
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 73.807ms
moved types parse time: 49ms
candidates parse time : 1ms
C# parse time : 259ms
candidates check time : -1ms
console write time : -1ms
[api-updater (non-obsolete-error-filter)] 2021/11/27 22:11:26 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 86.7683ms
moved types parse time: 48ms
candidates parse time : 1ms
C# parse time : 276ms
candidates check time : 84ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/11/27 22:42:03 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 86.7738ms
moved types parse time: 49ms
candidates parse time : 1ms
C# parse time : 218ms
candidates check time : 79ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:28:38 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 861.2925ms
moved types parse time: 85ms
candidates parse time : 1ms
C# parse time : 334ms
candidates check time : 45ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:29:39 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 54.8526ms
moved types parse time: 51ms
candidates parse time : 1ms
C# parse time : 192ms
candidates check time : 40ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:38:30 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 54.8282ms
moved types parse time: 50ms
candidates parse time : 1ms
C# parse time : 196ms
candidates check time : 43ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:38:46 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 52.8573ms
moved types parse time: 50ms
candidates parse time : 1ms
C# parse time : 197ms
candidates check time : 43ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:43:06 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 53.8276ms
moved types parse time: 50ms
candidates parse time : 1ms
C# parse time : 192ms
candidates check time : 50ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/2 15:43:32 : Starting E:/unity/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 55.822ms
moved types parse time: 51ms
candidates parse time : 1ms
C# parse time : 185ms
candidates check time : 34ms
console write time : 0ms
[api-updater (non-obsolete-error-filter)] 2021/12/11 0:02:14 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
[api-updater (non-obsolete-error-filter)]
----------------------------------
jit/startup time : 835.39ms
moved types parse time: 53ms
candidates parse time : 1ms
C# parse time : 673ms
candidates check time : 49ms
console write time : 1ms