chore: version updates and editor caching path update #433
Annotations
40 errors and 3 warnings
ReadyPlayerMe.Core.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration:
Library/PackageCache/com.readyplayerme.core@a334e20bcc/Tests/Editor/AvatarConfigProcessorTests.cs#L32
Expected string length 195 but was 232. Strings differ at index 123.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Core.Tests.HelperTests.AvatarMeshHelper_Check_Prefab_Meshes:
Library/PackageCache/com.readyplayerme.core@a334e20bcc/Tests/Editor/HelperTests.cs#L58
System.NullReferenceException : Object reference not set to an instance of an object
|
ReadyPlayerMe.Core.Tests.HelperTests.AvatarMeshHelper_Transfer_Mesh:
/home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnityEngineObject.bindings.cs#L456
System.ArgumentException : The Object you want to instantiate is null.
|
ReadyPlayerMe.Core.Tests.TemplateAvatarTests.Check_Template_Avatar:
Library/PackageCache/[email protected]/UnityEngine.TestRunner/TestRunner/TestTaskWrapper.cs#L48
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> NUnit.Framework.AssertionException : Failed to load 'Assets/Ready Player Me/Core/Runtime/Core/Prefabs/RPM_Template_Avatar.prefab' from Assets folder.
Expected: not null
But was: null
|
ReadyPlayerMe.Core.Tests.TemplateAvatarTests.Check_Template_Avatar_XR:
Library/PackageCache/[email protected]/UnityEngine.TestRunner/TestRunner/TestTaskWrapper.cs#L48
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> NUnit.Framework.AssertionException : Failed to load 'Assets/Ready Player Me/Core/Runtime/Core/Prefabs/RPM_Template_Avatar_XR.prefab' from from Assets folder.
Expected: not null
But was: null
|
2021.3.32f1 integration tests
Test(s) Failed! Check '2021.3.32f1 editmode tests result' for details.
|
ReadyPlayerMe.Core.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration:
Assets/Ready Player Me/Core/Tests/Editor/AvatarConfigProcessorTests.cs#L32
Expected string length 195 but was 232. Strings differ at index 123.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Additional_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L135
Expected string length 264 but was 283. Strings differ at index 264.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_ARKit_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L127
Expected string length 954 but was 973. Strings differ at index 954.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Custom:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L92
Expected string length 221 but was 240. Strings differ at index 221.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Default:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L102
Expected string length 195 but was 232. Strings differ at index 123.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_High:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L74
Expected string length 223 but was 242. Strings differ at index 223.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Low:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L56
Expected string length 211 but was 230. Strings differ at index 211.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Med:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L65
Expected string length 221 but was 240. Strings differ at index 221.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Oculus_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L119
Expected string length 355 but was 374. Strings differ at index 355.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Odd_TextureSizeLimit:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L111
Expected string length 194 but was 231. Strings differ at index 122.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.ExtrasTest.AudioProviderType_AudioClip:
Assets/Tests/Editor/ExtrasTest.cs#L55
UnityEngine.MissingComponentException : There is no 'AudioSource' attached to the "Female-Single-Mesh(Clone)" game object, but a script is trying to access it.
You probably need to add a AudioSource to the game object "Female-Single-Mesh(Clone)". Or your script needs to check if the component is attached before using it.
|
ReadyPlayerMe.Tests.ExtrasTest.AudioSource_Attached_On_Start:
Assets/Tests/Editor/ExtrasTest.cs#L41
Expected: not null
But was: null
|
ReadyPlayerMe.Tests.ExtrasTest.Check_Mouth_Open_Change:
/home/bokken/build/output/unity/unity/Modules/Audio/Public/ScriptBindings/Audio.bindings.cs#L841
System.ArgumentNullException : Value cannot be null.
Parameter name: source
|
ReadyPlayerMe.Tests.ExtrasTest.Play_Current_AudioClip:
/home/bokken/build/output/unity/unity/Modules/Audio/Public/ScriptBindings/Audio.bindings.cs#L841
System.ArgumentNullException : Value cannot be null.
Parameter name: source
|
ReadyPlayerMe.Tests.ExtrasTest.Play_Given_AudioClip:
Assets/Ready Player Me/Core/Runtime/Core/Scripts/Animation/VoiceHandler.cs#L162
UnityEngine.UnassignedReferenceException : The variable AudioSource of VoiceHandler has not been assigned.
You probably need to assign the AudioSource variable of the VoiceHandler script in the inspector.
|
ReadyPlayerMe.Tests.EyeAnimationTests.Check_Eye_Blink_Change:
Assets/Tests/Editor/EyeAnimationTests.cs#L75
Expected: greater than or equal to 1.0f
But was: 0.0f
|
ReadyPlayerMe.Tests.EyeAnimationTests.Check_Eye_Rotation_Change:
Assets/Tests/Editor/EyeAnimationTests.cs#L50
Expected: True
But was: False
|
ReadyPlayerMe.Core.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration:
Assets/Ready Player Me/Core/Tests/Editor/AvatarConfigProcessorTests.cs#L32
Expected string length 195 but was 232. Strings differ at index 123.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Additional_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L135
Expected string length 264 but was 283. Strings differ at index 264.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_ARKit_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L127
Expected string length 954 but was 973. Strings differ at index 954.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Custom:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L92
Expected string length 221 but was 240. Strings differ at index 221.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Default:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L102
Expected string length 195 but was 232. Strings differ at index 123.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_High:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L74
Expected string length 223 but was 242. Strings differ at index 223.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Low:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L56
Expected string length 211 but was 230. Strings differ at index 211.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Med:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L65
Expected string length 221 but was 240. Strings differ at index 221.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Oculus_Morph_Targets:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L119
Expected string length 355 but was 374. Strings differ at index 355.
Expected: "...pression=false&useMeshOptCompression=false"
But was: "...pression=false&useMeshOptCompression=false&textureFormat=jpeg"
--------------------------------------------------------^
|
ReadyPlayerMe.Tests.AvatarConfigProcessorTests.Process_Avatar_Configuration_Odd_TextureSizeLimit:
Assets/Tests/Editor/AvatarConfigProcessorTests.cs#L111
Expected string length 194 but was 231. Strings differ at index 122.
Expected: "...cRoughness,emissive,occlusion&useHands=false&useDracoMeshC..."
But was: "...cRoughness,emissive,occlusion&morphTargets=none&useHands=f..."
--------------------------------------------^
|
ReadyPlayerMe.Tests.ExtrasTest.AudioProviderType_AudioClip:
Assets/Tests/Editor/ExtrasTest.cs#L55
UnityEngine.MissingComponentException : There is no 'AudioSource' attached to the "Female-Single-Mesh(Clone)" game object, but a script is trying to access it.
You probably need to add a AudioSource to the game object "Female-Single-Mesh(Clone)". Or your script needs to check if the component is attached before using it.
|
ReadyPlayerMe.Tests.ExtrasTest.AudioSource_Attached_On_Start:
Assets/Tests/Editor/ExtrasTest.cs#L41
Expected: not null
But was: null
|
ReadyPlayerMe.Tests.ExtrasTest.Check_Mouth_Open_Change:
/home/bokken/build/output/unity/unity/Modules/Audio/Public/ScriptBindings/Audio.bindings.cs#L841
System.ArgumentNullException : Value cannot be null.
Parameter name: source
|
ReadyPlayerMe.Tests.ExtrasTest.Play_Current_AudioClip:
/home/bokken/build/output/unity/unity/Modules/Audio/Public/ScriptBindings/Audio.bindings.cs#L841
System.ArgumentNullException : Value cannot be null.
Parameter name: source
|
ReadyPlayerMe.Tests.ExtrasTest.Play_Given_AudioClip:
Assets/Ready Player Me/Core/Runtime/Core/Scripts/Animation/VoiceHandler.cs#L162
UnityEngine.UnassignedReferenceException : The variable AudioSource of VoiceHandler has not been assigned.
You probably need to assign the AudioSource variable of the VoiceHandler script in the inspector.
|
ReadyPlayerMe.Tests.EyeAnimationTests.Check_Eye_Blink_Change:
Assets/Tests/Editor/EyeAnimationTests.cs#L75
Expected: greater than or equal to 1.0f
But was: 0.0f
|
ReadyPlayerMe.Tests.EyeAnimationTests.Check_Eye_Rotation_Change:
Assets/Tests/Editor/EyeAnimationTests.cs#L50
Expected: True
But was: False
|
2021.3.32f1 integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
2021.3.32f1 integration tests
Not able to find annotation point for failed test! Test trace: UnityEditor.AssetDatabase:Refresh ()
ReadyPlayerMe.Core.Tests.TestUtils:DeleteCachedAvatar (string) (at Library/PackageCache/com.readyplayerme.core@a334e20bcc/Tests/Editor/Common/TestUtils.cs:38)
ReadyPlayerMe.Core.Tests.AvatarLoaderWindowTests:Cleanup () (at Library/PackageCache/com.readyplayerme.core@a334e20bcc/Tests/Editor/AvatarLoaderWindowTests.cs:21)
System.Reflection.MethodBase:Invoke (object,object[])
NUnit.Framework.Internal.Reflect:InvokeMethod (System.Reflection.MethodInfo,object,object[])
NUnit.Framework.Internal.Reflect:InvokeMethod (System.Reflection.MethodInfo,object)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
|
2021.3.32f1 integration tests
Not able to find annotation point for failed test! Test trace: UnityEditor.AssetDatabase:Refresh ()
ReadyPlayerMe.Core.Editor.PrefabHelper:TransferPrefabByGuid (string,string) (at Library/PackageCache/com.readyplayerme.core@a334e20bcc/Editor/Core/Scripts/Utilities/PrefabHelper.cs:19)
ReadyPlayerMe.Core.Tests.TransferPrefabTests:Transfer_Prefab_By_Guid () (at Library/PackageCache/com.readyplayerme.core@a334e20bcc/Tests/Editor/TransferPrefabTests.cs:30)
System.Reflection.MethodBase:Invoke (object,object[])
NUnit.Framework.Internal.Reflect:InvokeMethod (System.Reflection.MethodInfo,object,object[])
NUnit.Framework.Internal.MethodWrapper:Invoke (object,object[])
NUnit.Framework.Internal.Commands.TestMethodCommand:RunNonAsyncTestMethod (NUnit.Framework.Internal.ITestExecutionContext)
NUnit.Framework.Internal.Commands.TestMethodCommand:RunTestMethod (NUnit.Framework.Internal.ITestExecutionContext)
NUnit.Framework.Internal.Commands.TestMethodCommand:Execute (NUnit.Framework.Internal.ITestExecutionContext)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
|