MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

Support Editor vs Player References per Platform

Open andreiborodin opened this issue 6 years ago • 0 comments

Today, we have a way for establishing different references to be pulled in for different platform. We need to do the same for Editor vs Player.

To make this work, the following must occur during a Player Build:

  • Clean using InEditor configuration
  • Build using Player configuration
  • Perform the regular Unity player build
  • Clean using Player configuration
  • Build using InEditor configuration

Leverage Unity APIs.

andreiborodin avatar Nov 16 '19 01:11 andreiborodin