
1.完成召唤炸弹攻击逻辑 (1.参照其他两种攻击,延时循环3次 (2.在起点和终点之间的x范围内的随机位置生成炸弹,y轴绑定起点 (*.修改炸弹类,使其右变量控制落地后的爆炸时间,默认为0,初始化时可以更改。新增判断,如果落地,执行延时而非直接爆炸 (3.初始化炸弹,给其向下微微偏左的初速度,这种炸弹会滚动,修改其落地后爆炸的时间 2.完成反击炸弹逻辑 (1.给玩家添加子物体:反击侦察器,内含圆形触发器 (2.给MyPlayer添加工具类,反击侦察器,初始化的时候找到该子物体并赋予其组件 (3.编写反击侦察器逻辑,内含一对触发器逻辑,当有炸弹进入反击范围,记录可反击炸弹,离开则清空 (4.编写玩家反击判定。当按下攻击键,额外检查反击侦察器是否有炸弹可以反击,如果有,再检查面部朝向,只有面朝左侧,也就是面朝木马,才能则执行反击 3.完成木马的被打断逻辑 (1.被炸事件触发时修改自身标记被打断 (2.若处于被打断状态,break出喷射循环,呼叫攻击结束事件 4.修复炸弹捕捉攻击对象错误Bug 5.木马创到人的时候,让人受伤 6.添加一些手柄震动 (1.当成功反弹炸弹,剧烈震动手柄 至此,伊斯兰Boss关的逻辑基本开发完毕 7.搭建基督Boss关测试场景 (1.加入一些必要元素
168 lines
8.3 KiB
Plaintext
168 lines
8.3 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
|
|
|
|
[api-updater (non-obsolete-error-filter)] 2021/12/13 21:53:45 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
|
|
[api-updater (non-obsolete-error-filter)]
|
|
----------------------------------
|
|
jit/startup time : 761.8095ms
|
|
moved types parse time: 55ms
|
|
candidates parse time : 1ms
|
|
C# parse time : 651ms
|
|
candidates check time : 68ms
|
|
console write time : 1ms
|
|
|
|
[api-updater (non-obsolete-error-filter)] 2021/12/13 21:54:01 : Starting D:/unity/Editor/2020.3.20f1c1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe
|
|
[api-updater (non-obsolete-error-filter)]
|
|
----------------------------------
|
|
jit/startup time : 79.517ms
|
|
moved types parse time: 54ms
|
|
candidates parse time : 1ms
|
|
C# parse time : 221ms
|
|
candidates check time : 46ms
|
|
console write time : 0ms
|
|
|