-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I've compiled the .dll and added it to a Plugins folder
However, upon changing the project settings from .NET 2 to .NET 4.x, I get errors like
Assets/LightBuzz.Archiver.Unity/LightBuzz.Archiver.Unity/Archiver.cs(45,17): error CS0103: The name 'ZipFile' does not exist in the current context
Assets/LightBuzz.Archiver.Unity/LightBuzz.Archiver.Unity/Archiver.cs(157,31): error CS1061: 'ZipArchiveEntry' does not contain a definition for 'ExtractToFile' and no accessible extension method 'ExtractToFile' accepting a first argument of type 'ZipArchiveEntry' could be found (are you missing a using directive or an assembly reference?)
Metadata
Metadata
Assignees
Labels
No labels