com.unity.platforms 0.1.5-preview
Notes: processedReleased October 23, 2019
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.
