質問編集履歴
1
エラーの要因を追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -114,4 +114,32 @@
|
|
114
114
|
|
115
115
|
|
116
116
|
|
117
|
+
毎度発生するエラーで都度キャッシュを削除しているのが要因の気がします。
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
Library/PackageCache/com.unity.ads@3.4.9/Runtime/Monetization/IosPlacementContentOperations.cs(81,64): error CS0433: The type 'IUnityLifecycleManager' exists in both 'UnityEngine.Advertisements.Editor, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null' and 'UnityEngine.Advertisements, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null'
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
Library/PackageCache/com.unity.ads@3.4.9/Runtime/Monetization/IosPlacementContentOperations.cs(78,26): error CS0433: The type 'IUnityLifecycleManager' exists in both 'UnityEngine.Advertisements.Editor, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null' and 'UnityEngine.Advertisements, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null'
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
Library/PackageCache/com.unity.ads@3.4.9/Runtime/Monetization/IosPlacementContentOperations.cs(136,65): error CS0433: The type 'IUnityLifecycleManager' exists in both 'UnityEngine.Advertisements.Editor, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null' and 'UnityEngine.Advertisements, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null'
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
Library/PackageCache/com.unity.ads@3.4.9/Runtime/Monetization/MonetizationPlatform.cs(33,17): error CS0433: The type 'UnityLifecycleManager' exists in both 'UnityEngine.Advertisements.Editor, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null' and 'UnityEngine.Advertisements, Version=3.4.6.0, Culture=neutral, PublicKeyToken=null'
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
Advertisementのバージョンを変更してインストールしてもエラーが出ます。
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
117
145
|
ここにより詳細な情報を記載してください。
|