0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Unityのプロジェクトをバージョン管理する方法

Posted at

UnityのProjectをバージョン管理する方法

Unityのバージョン管理には GitHubDesktop という
バージョン管理システムを使います

1
https://desktop.github.com/download/
にアクセスしてダウンロード、インストールしてください

2
GitHubDesktopを開きます
GitHubDesktop_Home.png
Create a New Repository on your local drive
をクリックします
GitHubDesktop_Create repository.png

Name : Unityのプロジェクトの名前
Description : 説明 (空欄可能)
Local path : Unityのプロジェクトの場所を指定
Git ignore : Unityに指定
License : そのまま

Create repository をクリックします

GitHubDesktop_Publish repository.png
Publish repository をクリックします
GitHubDesktop_Publish repository2.png
Keep this code private にチェックがあり→非公開 なし→公開
Publish repository をクリック

3
Unityのプロジェクトの中まで移動する
Exproler.png
.gitignore を開きます

アクセスし、全文 .gitignore にコピーして保存してください

4
GitHubDesktop_Commit_.gitignore.png
GitHubDesktopに戻り、左下の Commit to main をクリックしてください

GitHubDesktop_Push origin.png
Push originをクリックしてください

Unityのプロジェクトを編集したときに、
GitHubDesktopSummary に題名を書いて Commit to main をください
そのあとに、Push origin をクリックしてください

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?