Unity リンクのみメモ
-
新しくなった Input System
-
オブジェクトの移動などを簡略化
https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676
-
システムで使う設定値を持つ
-
【Unity】【Addressable】複数のAsyncOperationHandleを一つに結合して取り扱う方法
-
ローカル通知
https://kan-kikuchi.hatenablog.com/entry/Mobile_Notifications
-
バージョンの自動インクリメントをする場合
https://forum.unity.com/threads/automatic-version-increment-script.144917/
変えるのを忘れていたとしても、Google Play Console アップロード時にエラーになる事で気付きはする。
-
Unity内でWebページを開く
-
ストアレビュー呼び出し
https://developer.android.com/guide/playcore/in-app-review/unity
-
インストールは以下のリンク
https://developers.google.com/unity/packages#play_in-app_review
ExternalDependencyManager が含まれるので注意
-
-
Masterビルドでエラー
https://forum.unity.com/threads/fails-to-compile-on-android-arm-32.1135633/
Masterビルドは Unity 2022 以降としておく。
-
オブジェクトの回転はオブジェクトの中心を基準にする。変えたい場合はカラのGameObjectを作って、それを親にして、親の方を回転する
-
用語
- reflection probe : https://docs.unity3d.com/ja/current/Manual/class-ReflectionProbe.html
- light probe : https://docs.unity3d.com/jp/current/Manual/LightProbes.html
- Reverb Zone : https://docs.unity3d.com/ja/current/Manual/class-AudioReverbZone.html
- reverb priset : https://docs.unity3d.com/ScriptReference/AudioReverbPreset.html
修正
2026/02/22 更新しました。主な内容は変わっていません。