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