質問するログイン新規登録

質問編集履歴

1

参考サイトの一部がわからなかったので追加

2019/10/05 07:15

投稿

akito0705
akito0705

スコア23

title CHANGED
@@ -1,1 +1,1 @@
1
- NullReferenceException: Object reference not set to an instance of an object
1
+ Object reference not set to an instance of an objectが解決できない
body CHANGED
@@ -26,4 +26,8 @@
26
26
  UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.String installPath, System.String companyName, System.String productName, System.Int32 width, System.Int32 height, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <e888d4c576204a27bfa1d286074db616>:0)
27
27
  UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
28
28
 
29
- ```
29
+ ```
30
+
31
+ > https://forum.unity.com/threads/error-after-upgrading-from-unity-2019-1-13f1-to-2019-2-5f1.748094/
32
+
33
+ こちらのサイトを見てやってみたのですが、最後のunchecked V2 signing というのがどの部分のことなのかわからずできていません。