Releases: cathei/BakingSheet
Releases · cathei/BakingSheet
v4.1.3
- 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
.
- So we can have stable result when dealing with paths that only support
- 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
- #30 add
BAKINGSHEET_EXTERNAL_LOGGING_DLL
for Unity - #32 Ignore xlsx temp files that can't be read (Thanks, @omega-ult)
v4.1.1
- Update dependencies to recent stable version.
v4.1.0
v4.0.0
4.0 is released!
Major features are added
- New Scriptable Object Converter
- New customizable ValueConveter
- New AssetPath for resources, direct asset path and addressables
- Renewed SheetVerifier
- Optional Script Defining Symbols to toggle runtime converters
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
.
- Only Samples will be distributed as
- BetterStreamingAssets package is not included by default. Please install separately to use
StreamingAssetsFileSystem
.
v3.5.2
- 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
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
v3.4.2
- 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
Json.NET
version updated to 13.0.1Json 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.