You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible fix would be to directly specify the namespace System.IO before Path
var androidPluginsPath = System.IO.Path.Combine(Application.dataPath, "Plugins/Android");
var adjustManifestPath = System.IO.Path.Combine(Application.dataPath, "Adjust/Android/AdjustAndroidManifest.xml");
var appManifestPath = System.IO.Path.Combine(Application.dataPath, "Plugins/Android/AndroidManifest.xml");
Assets\Adjust\Editor\AdjustEditorPreprocessor.cs(46,39): error CS0117: 'Path' does not contain a definition for 'Combine'
We are receiving this error after installing this version -> Version 4.33.0
We are currently running Unity 2021.2.18f.
Lines with the issue here:
unity_sdk/Assets/Adjust/Editor/AdjustEditorPreprocessor.cs
Line 46 in fe1de07
unity_sdk/Assets/Adjust/Editor/AdjustEditorPreprocessor.cs
Line 47 in fe1de07
unity_sdk/Assets/Adjust/Editor/AdjustEditorPreprocessor.cs
Line 48 in fe1de07
The text was updated successfully, but these errors were encountered: