Skip to content

Releases: cathei/BakingSheet

v4.1.3

18 Jun 04:27
Compare
Choose a tag to compare
  • AssetPath: Use '/' as directory separator regardless of platform
    • So we can have stable result when dealing with paths that only support /, out-of-box.
    • Otherwise, it's possible to override DirectorySeparator.
  • Excel Converter: Fixes #38 Incorrect Excel parsing when system decimal separator is a comma
  • Excel Converter: Added encoding provider for .Net 5 and higher
  • Google Converter: Stripped unused data.

v4.1.2

20 Sep 05:27
Compare
Choose a tag to compare
  • #30 add BAKINGSHEET_EXTERNAL_LOGGING_DLL for Unity
  • #32 Ignore xlsx temp files that can't be read (Thanks, @omega-ult)

v4.1.1

10 Jan 06:01
Compare
Choose a tag to compare
  • Update dependencies to recent stable version.

v4.1.0

06 Dec 20:59
Compare
Choose a tag to compare
  • Support partial sheet import #22
  • Fix finding private property setter from base class of row

v4.0.0

09 Oct 07:53
Compare
Choose a tag to compare

4.0 is released!

Major features are added

Breaking changes

  • .unitypackage will not be distributed anymore. Please remove previous installation and use git package or OpenUPM to install.
    • Only Samples will be distributed as .unitypackage.
  • BetterStreamingAssets package is not included by default. Please install separately to use StreamingAssetsFileSystem.

v3.5.2

01 Sep 08:22
Compare
Choose a tag to compare
  • Fixed issue #12, IFormatProvider parameter has been added to Converters. Thanks @pointcache!
  • Added decimal type support
  • Define RawSheetImporter.IsConvertable as virtual, be able to override

Now supports OpenUPM!

v3.5.0

15 Aug 01:19
Compare
Choose a tag to compare

Added: BetterStreamingAssets and StreamingAssetsFileSystem is now embedded into the package

If you already have BetterStreamingAssets plug-in in your project, please remove them before you apply this update.
For information about StreamingAssetsFileSystem, see here.

v3.4.3

14 Aug 19:37
Compare
Choose a tag to compare
  • Fixed: Preserve AOT code stripping (#6)
  • Improvement: TimeZoneInfo is now default to Utc

v3.4.2

13 Aug 21:07
Compare
Choose a tag to compare
  • Export destination directory will be created if doesn't exist
  • Added new sample demonstrates resource verification

If you are updating from previous version, also see v3.4.0 release note.

v3.4.1

13 Aug 16:23
Compare
Choose a tag to compare
  • Json.NET version updated to 13.0.1
  • Json Unity Package version updated to 3.0.2
  • Google API Library version updated

Since other unity packages that sometimes installed by default are depends on 3.0.2 version of Json Package, we updated it regardingly.

If you are updating from previous version, also see v3.4.0 release note.