update: fix settings path and sdk version
							parent
							
								
									2425e6916b
								
							
						
					
					
						commit
						8df5245303
					
				|  | @ -11,9 +11,9 @@ public class AdjustSettings : ScriptableObject | |||
|     [SerializeField] | ||||
|     private bool _iOSFrameworkAdSupport = true; | ||||
|     [SerializeField] | ||||
|     private bool _iOSFrameworkAdServices = false; | ||||
|     private bool _iOSFrameworkAdServices = true; | ||||
|     [SerializeField] | ||||
|     private bool _iOSFrameworkAppTrackingTransparency = false; | ||||
|     private bool _iOSFrameworkAppTrackingTransparency = true; | ||||
|     [SerializeField] | ||||
|     private bool _iOSFrameworkStoreKit = false; | ||||
|     [SerializeField] | ||||
|  | @ -50,7 +50,11 @@ public class AdjustSettings : ScriptableObject | |||
|                 { | ||||
|                     return instance; | ||||
|                 } | ||||
|                 var assetPath = AssetDatabase.GUIDToAssetPath(guids[0]).Replace("AdjustSettings.cs", "AdjustSettings.asset"); | ||||
| //                var assetPath = AssetDatabase.GUIDToAssetPath(guids[0]).Replace("AdjustSettings.cs", "AdjustSettings.asset"); | ||||
| 				// ************ Auto fixed by Guru Adjust ************ | ||||
| 				if(!System.IO.Directory.Exists("Assets/Guru/Editor")) System.IO.Directory.CreateDirectory("Assets/Guru/Editor"); | ||||
| 				var assetPath = "Assets/Guru/Editor/AdjustSettings.asset"; | ||||
| 				// ************ Auto fixed by Guru Adjust ************ | ||||
|                 AssetDatabase.CreateAsset(instance, assetPath); | ||||
|             } | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ namespace Guru.Editor.Adjust | |||
|     { | ||||
|         // ------------ VERSION INFO ------------ | ||||
|         public const string Version = "0.1.0"; | ||||
|         public const string SdkVersion = "4.36.0"; | ||||
|         public const string SdkVersion = "4.38.0"; | ||||
|         // ------------ VERSION INFO ------------ | ||||
| 
 | ||||
|         public const string PackageName = "com.guru.unity.adjust"; | ||||
|  |  | |||
|  | @ -1,9 +1,12 @@ | |||
| { | ||||
|   "name": "com.guru.unity.adjust", | ||||
|   "displayName": "Guru Adjust", | ||||
|   "version": "1.0.0", | ||||
|   "description": "Guru 整合 Adjust 插件", | ||||
|   "version": "1.1.0", | ||||
|   "description": "Guru 整合 Adjust 插件 (4.38.0)", | ||||
|   "unity": "2020.3", | ||||
|   "author":{ | ||||
|     "name": "Guru Games" | ||||
|   }, | ||||
|   "license": "MIT", | ||||
|   "category": "Game tool", | ||||
|   "dependencies": { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue