
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
fastlane-plugin-unity3d
Advanced tools
This project is a fastlane plugin. To get started with fastlane-plugin-unity3d
, add it to your project by running:
fastlane add_plugin unity3d
fastlane pulgin for unity3d engine
unity3d(
execute_method: "SomeClass.YourBuildMethod"
)
recommend:
Add the following code to your build script
to get a better experience
var result = BuildPipeline.BuildPlayer(scene, path, isAndroid ? BuildTarget.Android : BuildTarget.iOS, option);
var summary = result.summary;
var summaryJson = JsonConvert.SerializeObject(summary);
System.IO.File.WriteAllText(@".build_summary.json", summaryJson);
if you genreated the .build_summary.json
, There will be some Lane Variables
SharedValue | Description |
---|---|
SharedValues::UNITY3D_OUTPUT_PATH | |
SharedValues::UNITY3D_BUILD_STARTED_AT | |
SharedValues::UNITY3D_BUILD_ENDED_AT | |
SharedValues::UNITY3D_PLATFORM | |
SharedValues::UNITY3D_OPTIONS | |
SharedValues::UNITY3D_TOTAL_ERRORS | |
SharedValues::UNITY3D_TOTAL_TOTAL_WARNINGS | |
SharedValues::UNITY3D_TOTAL_TIME | |
SharedValues::UNITY3D_TOTAL_SIZE |
To run both the tests, and code style validation, run
rake
To automatically fix many of the styling issues, use
rubocop -a
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
FAQs
Unknown package
We found that fastlane-plugin-unity3d demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.