2024-01-01から1ヶ月間の記事一覧
概要 setAccountInfo REST API を使用してメール / パスワード プロバイダを既存のユーザー アカウントにリンクできなくなります。linkWithCredential クライアント SDK メソッドと EmailAuthCredential は、どのプラットフォームでも使用できなくなります。…
概要 pipeline { stages { stage('Git') { steps { git branch:'xxxx' url: 'git@github.yyyy/zzzz.git' } } } } 上記のようなコードを実行したらタイムアウトでビルドに失敗する現象に遭遇した pipeline { stages { stage('Git') { steps { checkout scmGit…
概要 Mac の Unity 2022.3.16f1 の Scene ビュー上でマウスのミドルクリックをした時に Scene ビューがフォーカスされない現象に遭遇した Scene/Game View: Fixed an issue where clicking on the SceneView with the middle mouse button would not focus i…
概要 最近開いたプロジェクトの一覧をクリアしたい場合は C:\Users\【ユーザー名】\AppData\Roaming\JetBrains\Rider【バージョン】\options\recentSolutions.xml 上記のファイルを削除するか、 ファイルを開いて不要なプロジェクトの項目を削除して保存する…
概要 MessagingUnityPlayerActivity.onCreate java.lang.NoSuchMethodException - com.unity3d.player.x.<init> [] com.google.firebase MessagingUnityPlayerActivity.java:80 Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentI</init>…
概要 「設定 | エディター | 一般 | エディタータブ」を開いて 「変更があればマークする」をオンにする
概要 ジョブの設定 ステータス ビルドボタン Last/Current Build Console Output ジョブの説明 コンパクトカラム: ステータス(オプション付き) ビルド所要時間 次のビルド時刻
概要 Unity 2022.3.16f1 で iOS ビルドしてアプリを起動したら 起動後に黒い画面が一瞬表示される現象に遭遇した Issue Tracker に起票されており、 Fixed by another internal issue: UUM-52515: After 2021.3.24 some early tasks in lifecycle are having…
概要 unable to read input file '/Users/【ユーザー名】/Library/MobileDevice/Provisioning Profiles/XXXX.mobileprovision': fopen(/Users/【ユーザー名】/Library/MobileDevice/Provisioning Profiles/XXXX.mobileprovision, rb): No such file or direc…
概要 https://trello.com/u/【ユーザー名】/labs 上記の URL を開いて 「WYSIWYG 編集」をオフにして Trello を開き直す