com.unity.platforms 0.1.5-preview

com.unity.platforms

Notes: processedReleased October 23, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0b3)

Package Dependencies

No dependency metadata provided.

Features

  • Added static method `GetBuildTargetFromUnityPlatformName` to find build target that match Unity platform name. If build target is not found, an `UnknownBuildTarget` will be returned.
  • Added static method `GetBuildTargetFromBeeTargetName` to find build target that match Bee target name. If build target is not found, an `UnknownBuildTarget` will be returned.

📈 Improvements

  • `AvailableBuildTargets` will now contain all build targets regardless of `HideInBuildTargetPopup` value, as well as `UnknownBuildTarget` instances.