質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Unity

Unityは、Unity Technologiesが開発・販売している、IDEを内蔵するゲームエンジンです。主にC#を用いたプログラミングでコンテンツの開発が可能です。

Q&A

1回答

6090閲覧

Unityのアップデート後に出たエラーについて

ohmygosh

総合スコア4

Unity

Unityは、Unity Technologiesが開発・販売している、IDEを内蔵するゲームエンジンです。主にC#を用いたプログラミングでコンテンツの開発が可能です。

0グッド

0クリップ

投稿2019/08/24 01:47

unityを最新バージョン(2019.2.2)にアップデートをしてプロジェクトの新規作成をしたら最初から以下のエラーメッセージが出てきました。

 Assembly 'Assets/FacebookSDK/Plugins/Facebook.Unity.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEngine.UI'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Assembly 'Assets/FacebookSDK/Plugins/Facebook.Unity.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEngine.UI'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Assembly 'Assets/FacebookSDK/Plugins/Gameroom/Facebook.Unity.Gameroom.dll' will not be loaded due to errors:
Reference has errors 'Facebook.Unity'.
Extension /Applications/Unity/Hub/Editor/2019.2.2f1/PlaybackEngines/Facebook/SDK/7.9.4/Facebook.Unity.Arcade.dll was not registered, that means it relies on default UnityExtensions settings, please register extension and apply necessary settings for it in the callback.
Extension /Applications/Unity/Hub/Editor/2019.2.2f1/PlaybackEngines/Facebook/SDK/7.9.4/Facebook.Unity.Settings.dll was not registered, that means it relies on default UnityExtensions settings, please register extension and apply necessary settings for it in the callback.
Extension /Applications/Unity/Hub/Editor/2019.2.2f1/PlaybackEngines/Facebook/SDK/7.9.4/Facebook.Unity.dll was not registered, that means it relies on default UnityExtensions settings, please register extension and apply necessary settings for it in the callback.
Extension /Applications/Unity/Hub/Editor/2019.2.2f1/PlaybackEngines/Facebook/SDK/7.9.4/FacebookNamedPipeClient.dll was not registered, that means it relies on default UnityExtensions settings, please register extension and apply necessary settings for it in the callback.
Win32Exception: Cannot find the specified file
System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) (at <376e8c39bbab4f1193a569c8dbe4305c>:0)
System.Diagnostics.Process.Start () (at <376e8c39bbab4f1193a569c8dbe4305c>:0)
(wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
UnityEditor.DefaultExternalCodeEditor.OpenProject (System.String path, System.Int32 line, System.Int32 column) (at /Users/builduser/buildslave/unity/build/Editor/Mono/CodeEditor/DefaultExternalCodeEditor.cs:96)
Unity.CodeEditor.CodeEditor.OpenFileAtLineColumn (System.String path, System.Int32 line, System.Int32 column) (at /Users/builduser/buildslave/unity/build/Editor/Mono/CodeEditor/CodeEditor.cs:31)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

英語の意味も調べて検索したのですが、有力な情報が見つからず困っています。
unityの再インストールも試したのですがダメでした。自分が使用しているPCはmacです。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

nskydiving

2019/08/26 10:20

Facebook.Unity.dll のロードで失敗しているようですが、プラグインは何を使っていますか? また、そのプラグインを外したらエラーは出ないでしょうか?
guest

回答1

0

基本的にUnityのバージョンアップは使用しているプラグインなどが対応しているのを確認してからあげるべきですが、
このプラグインは2019.2.2に対応したバージョンでしょうか?

純粋にプラグインの新バージョン(あれば)を使えば治ることもありますが、
そもそもすでに開発が止まってたり、
個人開発で新バージョンへの対応が遅かったりとあるので、
その時は諦めて古いバージョンのUnityを使うしかないですね

投稿2020/02/26 05:57

MasujimaRyohei

総合スコア422

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問