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

Master Build warnings with IL2CPP in 2017+ #2124

Closed
StephenHodgson opened this issue May 18, 2018 · 2 comments
Closed

Master Build warnings with IL2CPP in 2017+ #2124

StephenHodgson opened this issue May 18, 2018 · 2 comments
Labels
Projects

Comments

@StephenHodgson
Copy link
Contributor

StephenHodgson commented May 18, 2018

Overview

The MetroHandleRef.cs class conflicts with the imported type 'HandleRef" in mscorlib when using the IL2CPP scripting backend.

Unity Editor Versions

  • 2017.4.3f1
  • 2018.1.0f2

Mixed Reality Toolkit Release Version

84493c9

@StephenHodgson StephenHodgson changed the title Master Build warnings with IL2CPP Master Build warnings with IL2CPP in 2017+ May 18, 2018
@david-c-kline david-c-kline added this to To do in 2017.4.0.0 via automation May 18, 2018
@david-c-kline
Copy link

david-c-kline commented May 27, 2018

Odd thing is that, looking at this class, it shouldn't be getting included when building IL2CPP...

From the may18_dev branch:
#if UNITY_WSA && !UNITY_EDITOR && !ENABLE_IL2CPP

@StephenHodgson
Copy link
Contributor Author

Yeah, now it is being excluded cause I added the !ENABLE_IL2CPP in the last few PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
2017.4.0.0
  
Done
Development

No branches or pull requests

2 participants