Unity Editor バージョン 2021.1 より、パッケージは、そのライフサイクル中に以下のように状態が変遷します。
誕生 (A) | パッケージは、パッケージ開発者がそれを作成中の間は “Custom” (カスタム) の状態にあります。 Unity ユーザーがテストしてフィードバックを提供するための準備が整うと、パッケージは “Experimental” (実験的) の状態になります。Unity は実験的パッケージをサポートしません。パッケージがリリーストラックに入るまでは、それが将来完全にリリースされて製品版への安全な使用が検証されるかどうかは保証されません。 実験的パッケージの場合、バージョン名の主要部分に 0 が使用されるか、バージョン名ののパッチ部分に -exp.# というサフィックスが使用されます (例: mypackage@0.1.2 、mypackage@1.2.3-exp.1 )。 |
|||
リリーストラック | 品質テストに合格し、実験的な機能 (実験的なパッケージへの依存を含む) がなくなったパッケージは、“Pre-release” (プレリリース) の状態に入ります。これはリリーストラック上にある状態です。この状態になったパッケージは、Unity によって完全にサポートされ、遅くとも現在の LTS サイクル (例えば 2021.3) の終わりまでに正式にリリースされることが約束されます。このバージョンで利用可能なプレリリースパッケージの一覧は プレリリースパッケージ で参照できます。 Unity のリリース管理は、いくつかのテストステージと検証手続 (これには、適切なドキュメント、変更ログ、ライセンスファイルのチェックが含まれます) を経たパッケージにのみ “Released” (リリース) 状態を付与します。この状態のパッケージは、Unity エディター上で ![]() パッケージ開発者がリリースパッケージを更新または変更した場合、その深刻度によって、パッケージが別の状態に戻ることがあります。 |
|||
変更の種類 | 新しい状態 | バージョン名の変更 | ||
(B) | API を破壊する メジャーな API 変更 | Experimental |
1.2.3 => 2.0.0-exp
|
|
(C) | API は破壊されないが使用に影響する マイナーな API 変更 | Pre-release |
1.2.3 => 1.3.0-pre
|
|
(D) | パッチ更新 によくある、バグ修正、些細な変更、ドキュメントの更新 | Released (同じ状態) |
1.2.3 => 1.2.4
|
|
死 (E) | Packages that reach their end of life are no longer supported in Editors where they’re marked “Deprecated”. Packages in that state shouldn’t be used as they might be nonfunctional or unsafe to use. For more information, refer to Deprecated packages. Some experimental packages go directly to the deprecated state without passing through the release cycle track. |
Package Manager ウィンドウには、これらの状態の一部に対応する タグ が表示されます。
ノート: これらの状態は、Unity が内部で開発するパッケージにのみ適用されます。サードパーティ製パッケージのプロセスに関しては、そのパッケージの開発者に問い合わせてください。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.