vrchat-community / template-package

WIP Package Template Repository
https://vrchat-community.github.io/template-package/
54 stars 17 forks source link

Trying to create a package causes TargetParameterCountException and then project self destructs #20

Open ballfn opened 3 months ago

ballfn commented 3 months ago

When I try to create a package, I first get the following error

TargetParameterCountException: Number of parameters specified does not match the expected number.
System.Reflection.RuntimeMethodInfo.ConvertValues (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) (at <27124aa0e30a41659b903b822b959bc7>:0)
System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <27124aa0e30a41659b903b822b959bc7>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <27124aa0e30a41659b903b822b959bc7>:0)
VRC.PackageManagement.PackageMaker.PackageMakerWindow.ForceRefresh () (at ./Packages/com.vrchat.core.vpm-resolver/Editor/PackageMaker/PackageMakerWindow.cs:193)
VRC.PackageManagement.PackageMaker.PackageMakerWindow.OnActionButtonPressed () (at ./Packages/com.vrchat.core.vpm-resolver/Editor/PackageMaker/PackageMakerWindow.cs:185)

After than I press it again the whole project deletes itself.

https://github.com/vrchat-community/template-package/assets/23136826/3cf0a575-301f-4ae4-907f-f4f6b1c63f49