Varneon

Results 37 issues of Varneon

I use a dedicated project for creating nature environments and it has anywhere between 50-100GB worth of assets, which is not viable to have included in the project for the...

enhancement

Exporter window is currently located under `Varneon/Package Exporter/Exporter`: https://github.com/Varneon/Unitypackage-Exporter/blob/main/Packages/com.varneon.package-exporter/Editor/ExporterWindow.cs#L293 After [UPM Package Generator](https://github.com/Varneon/UPM-Package-Generator) was extracted from this repository, the exporter window is the only menu item the exporter's context, so...

enhancement

Trying to use e.g. `1.2.3-alpha` or `1.0.0-rc.1` results in an error when the exporter attempts to parse the version for comparison using [**System.Version.Parse**](https://learn.microsoft.com/en-us/dotnet/api/system.version.parse?view=net-6.0)

bug
enhancement

If trying to open an export configuration with both version file and package manifest missing, editor will throw a NullReferenceException: ``` NullReferenceException: Object reference not set to an instance of...

bug

These files should be hidden from the preview since they are hidden files and will not be included in the final export

bug

If the package export configuration is included on a collaboration project, the path won't be the same for everyone, this will force every contributor to update the export directory on...

enhancement