ArgumentNullException error

nitrox32

Member
I'm getting the following error randomly appearing when I end a scene. I'm using the UCC with BD and the Deathmatch Kit. The error seems to be UCC specific error but I started seeing it once I added BD and Deathmatch.

ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) (at <695d1cc93cca45069c528c15c9fdd749>:0)
Opsive.UltimateCharacterController.ThirdPersonController.Camera.ObjectFader.OnAttachCharacter (UnityEngine.GameObject character) (at Assets/Opsive/UltimateCharacterController/Scripts/ThirdPersonController/Camera/ObjectFader.cs:146)
Opsive.Shared.Events.InvokableAction`1[T1].Invoke (T1 arg1) (at <27da9e1afec54f2fb2a11d46a234f9df>:0)
Opsive.Shared.Events.EventHandler.ExecuteEvent[T1] (System.Object obj, System.String eventName, T1 arg1) (at <27da9e1afec54f2fb2a11d46a234f9df>:0)
Opsive.UltimateCharacterController.Camera.CameraController.InitializeCharacter (UnityEngine.GameObject character) (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraController.cs:522)
Opsive.UltimateCharacterController.Camera.CameraController.OnDestroy () (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraController.cs:956)
 
Top