Skip to content

Releases: cathei/BakingSheet

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.

v3.4.0

13 Aug 05:18
Compare
Choose a tag to compare

From 3.4.0 version, BakingSheet is being published as embedded package.
Unity users will be able to see full source code, and asmdef are correctly set up.
Samples package will be provided as separated file from now on.

However, this is breaking change for Unity package management.
To update BakingSheet from previous version:

  1. Remove old BakingSheet completely. Default install path is Assets/Plugins/BakingSheet.
  2. Import new BakingSheet package.
  3. Configure your Assembly Definitions to reference BakingSheet.

Sorry for the inconvenience and please report any bugs you meet.