Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
/unity-validatePublic archive

GitHub action to validate the editor installation and project

License

NotificationsYou must be signed in to change notification settings

XRTK/unity-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This action has been replaced byhttps://github.com/XRTK/unity-setup

An atomic GitHub action to validate the Unity Editor Installation on the runner and get the project information.

Part of theMixed Reality Toolkit (XRTK) open source project.

This action does not have any dependency on the use of XRTK in your Unity project.

How to use

jobs:validate:strategy:fail-fast:falsematrix:runner:[ubuntu-latest, windows-latest, macos-latest]runs-on:${{ matrix.runner }}outputs:editor-path:${{ steps.unity-validate.outputs.editor-path }}project-path:${{ steps.unity-validate.outputs.project-path }}steps:      -uses:actions/checkout@v3      -id:unity-validateuses:xrtk/unity-validate@mainwith:modules:'android ios'run:echo ${{ steps.unity-validate.outputs.editor-path }}run:echo ${{ steps.unity-validate.outputs.project-path }}

About

GitHub action to validate the editor installation and project

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp