Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of warnings about usage of obsolete members in 2018.3 #1082

Closed
mellinoe opened this issue Apr 26, 2019 · 2 comments
Closed

Lots of warnings about usage of obsolete members in 2018.3 #1082

mellinoe opened this issue Apr 26, 2019 · 2 comments

Comments

@mellinoe
Copy link

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.

Aside from those, there are also references to TextureFormat.ETC_RGB4_3DS and TextureFormat.ETC_RGBA8_3DS which have both been deprecated. https://github.com/leapmotion/UnityModules/blob/master/Assets/LeapMotion/Core/Scripts/Utils/Utils.cs#L1350-L1351

@vabrador
Copy link
Contributor

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.

@buptJYN
Copy link

buptJYN commented Mar 14, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants