mirror of
https://github.com/MrUnknownDE/examples-image-loading.git
synced 2026-04-21 15:53:46 +02:00
Moves demo to Examples folder
This commit is contained in:
@@ -8,6 +8,10 @@ public class PackageMakerWindowData : ScriptableObject
|
||||
public static string defaultAssetPath = Path.Combine("Assets", "PackageMakerWindowData.asset");
|
||||
public string targetAssetFolder;
|
||||
public string packageID;
|
||||
|
||||
public string authorName;
|
||||
public string authorEmail;
|
||||
public string authorUrl;
|
||||
public PackageMakerWindow.VRCPackageEnum relatedPackage;
|
||||
|
||||
public static PackageMakerWindowData GetOrCreate()
|
||||
|
||||
Reference in New Issue
Block a user