File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ void ObfuscatorKeyImpl()
127
127
$ "Editor/TempAssembly/PurchasingGeneratedAsmdefMeta.txt") ;
128
128
var asmdef = ( TextAsset ) AssetDatabase . LoadAssetAtPath ( pathAsmdef , typeof ( TextAsset ) ) ;
129
129
var meta = ( TextAsset ) AssetDatabase . LoadAssetAtPath ( pathAsmdefMeta , typeof ( TextAsset ) ) ;
130
- string path = Path . Combine ( TangleFileConsts . k_OutputPath , "Wolf .Purchasing.Generate.asmdef" ) ;
131
- string pathMeta = Path . Combine ( TangleFileConsts . k_OutputPath , "Wolf .Purchasing.Generate.asmdef.meta" ) ;
130
+ string path = Path . Combine ( TangleFileConsts . k_OutputPath , "UnityCommon .Purchasing.Generate.asmdef" ) ;
131
+ string pathMeta = Path . Combine ( TangleFileConsts . k_OutputPath , "UnityCommon .Purchasing.Generate.asmdef.meta" ) ;
132
132
if ( ! File . Exists ( path ) )
133
133
{
134
134
var writer = new StreamWriter ( path , false ) ;
@@ -158,7 +158,7 @@ void GuiLine(int i_height = 1)
158
158
string GetPathInCurrentEnvironent ( string fullRelativePath )
159
159
{
160
160
var upmPath = $ "Packages/com.wolf-package.in-app-purchasing/{ fullRelativePath } ";
161
- var normalPath = $ "Assets/in-app-purchasing/{ fullRelativePath } ";
161
+ var normalPath = $ "Assets/in-app-purchasing-unity /{ fullRelativePath } ";
162
162
return ! File . Exists ( Path . GetFullPath ( upmPath ) ) ? normalPath : upmPath ;
163
163
}
164
164
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name": "Wolf .Purchasing.Generate",
2
+ "name": "UnityCommon .Purchasing.Generate",
3
3
"rootNamespace": "",
4
4
"references": [
5
5
"GUID:94e1de2458b07d0bf1e9f13e6ae06443",
Original file line number Diff line number Diff line change 5
5
"GUID:60bfecf5cb232594891bc622f40d6bed",
6
6
"GUID:94e1de2458b07d0bf1e9f13e6ae06443",
7
7
"GUID:e63a64384cc3ef04cac761c1ce76e9c2",
8
+ "GUID:d0bf1e9f644394e1de13e6ae02458b07",
8
9
"GUID:08d1c582746949b40ba6a45cdb776bdf",
9
10
"GUID:fe25561d224ed4743af4c60938a59d0b",
10
11
"GUID:70ea675efa2644cef98c7ece24158333",
11
- "GUID:5a4d3c3ff86da0f459ebef74b42549cd"
12
+ "GUID:5a4d3c3ff86da0f459ebef74b42549cd",
13
+ "GUID:ae6fee6164ec0134e9a5b8094e226755"
12
14
],
13
15
"includePlatforms": [],
14
16
"excludePlatforms": [],
You can’t perform that action at this time.
0 commit comments