You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a variety of warnings caused by usage of recently obsoleted Unity functionality. The majority of offenders are caused by usage of PrefabUtility.GetPrefabType, which apparently should be replaced by PrefabUtility.GetPrefabAssetType. There is also one reference to the obsoleted PrefabUtility.GetPrefabObject.
These issues should be addressed by the 4.5.0 release. If any new warnings pop up we can take a fresh look, feel free to ping this thread to re-open with details or open a new issue.
Hello, I used MRTK2.4.0 with LeapMotion 4.5.0, however, they cannot combine through official installation guide. I wonder if there is any operation to combine them two together. Do you guys have any solution toward this problem?
There are a variety of warnings caused by usage of recently obsoleted Unity functionality. The majority of offenders are caused by usage of
PrefabUtility.GetPrefabType
, which apparently should be replaced byPrefabUtility.GetPrefabAssetType
. There is also one reference to the obsoletedPrefabUtility.GetPrefabObject
.Aside from those, there are also references to
TextureFormat.ETC_RGB4_3DS
andTextureFormat.ETC_RGBA8_3DS
which have both been deprecated. https://github.com/leapmotion/UnityModules/blob/master/Assets/LeapMotion/Core/Scripts/Utils/Utils.cs#L1350-L1351The text was updated successfully, but these errors were encountered: