浏览代码

Enable test script defines and force no batch mode during test runs (#122)

* enable test script defines and force no batch mode during test runs

* disable Cinemachine as it's throwing this error:

ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <9577ac7a62ef43179789031239ba8798>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <9577ac7a62ef43179789031239ba8798>:0)
Cinemachine.CinemachineBrain.UpdateFrame0 (System.Single deltaTime) (at D:/BoatAttack2/Library/PackageCache/com.unity.cinemachine@2.6.3/Runtime/Behaviours/CinemachineBrain.cs:675)
Cinemachine.CinemachineBrain.ManualUpdate () (at D:/BoatAttack2/Library/PackageCache/com.unity.cinemachine@2.6.3/Runtime/Behaviours/CinemachineBrain.cs:336)
Cinemachine.CinemachineBrain.OnSceneLoaded (UnityEn...
/seans-add-link-xml
GitHub 4 年前
当前提交
8420f701
共有 3 个文件被更改,包括 25 次插入17 次删除
  1. 7
      Assets/scenes/Testing/benchmark_island-static.unity
  2. 32
      ProjectSettings/ProjectSettings.asset
  3. 3
      TestRunnerOptions.json

7
Assets/scenes/Testing/benchmark_island-static.unity


propertyPath: field of view
value: 60
objectReference: {fileID: 0}
- target: {fileID: 7003470173341666317, guid: 530da10d6c4d9442e9e8d5eeb77a25d8,
type: 3}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
--- !u!84 &378685783
--- !u!84 &802330244
RenderTexture:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}

32
ProjectSettings/ProjectSettings.asset


webGLThreadsSupport: 0
webGLWasmStreaming: 0
scriptingDefineSymbols:
1:
4:
7:
13:
14:
17:
18:
19:
21:
23:
24:
25:
26:
27:
28:
29:
1: URP;USE_CUSTOM_METADATA
4: URP;USE_CUSTOM_METADATA
7: URP;USE_CUSTOM_METADATA
13: URP;USE_CUSTOM_METADATA
14: URP;USE_CUSTOM_METADATA
17: URP;USE_CUSTOM_METADATA
18: URP;USE_CUSTOM_METADATA
19: URP;USE_CUSTOM_METADATA
21: URP;USE_CUSTOM_METADATA
23: URP;USE_CUSTOM_METADATA
24: URP;USE_CUSTOM_METADATA
25: URP;USE_CUSTOM_METADATA
26: URP;USE_CUSTOM_METADATA
27: URP;USE_CUSTOM_METADATA
28: URP;USE_CUSTOM_METADATA
29: URP;USE_CUSTOM_METADATA
platformArchitecture:
iPhone: 1
scriptingBackend:

3
TestRunnerOptions.json


{
"disableBatchMode": true
}
正在加载...
取消
保存