Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc8877 committed Mar 22, 2021
1 parent 81d67fc commit 955f0b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![odinLZ4](https://user-images.githubusercontent.com/29813954/111915103-582fba00-8a7d-11eb-865d-1bd6b880bece.png)
# OdinLZ4Extension

The fastest and most efficient binary compression solution for [Odin](https://odininspector.com)
The fastest and most efficient binary compression solution for [Odin](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)

## Navigation

Expand All @@ -19,7 +19,7 @@ The fastest and most efficient binary compression solution for [Odin](https://od

## About

[Odin](https://odininspector.com) is one of the most popular development tools for Unity,
[Odin - Inspector and Serializer](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041) is one of the most popular development tools for Unity,
its power and functionality is incredible, one of the main functions is de/serialization of data,
it is extremely important function for most who use "Odin".

Expand Down Expand Up @@ -59,12 +59,16 @@ More info [here](http://lz4.github.io/lz4)

## Dependencies

- [Odin Serializer](https://odininspector.com/odin-serializer)
- [Odin](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)
- System libraries
- [System.Memory](https://www.nuget.org/packages/System.Memory/)
- [System.Buffers](https://www.nuget.org/packages/System.Buffers/)
- [System.Runtime.CompilerServices.Unsafe](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/)

> The `OdinLZ4Extension` does not contain any source materials of the `Sirenix`, you can get `Odin Serializer` [on the official website](https://odininspector.com/download)
> The `OdinLZ4Extension` does not contain any source materials of the `Sirenix`, you can get `Odin - Inspector and Serializer` [on the AssetStore](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)
>At the moment `OdinLZ4Extension` only supports [Odin - Inspector and Serializer](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)
If you are only using the [Odin Serializer](https://odininspector.com/odin-serializer) then this extension will not be successfully imported into the Unity project. The reason for this is different `dll`s and namespaces. If you are using only [Odin Serializer](https://odininspector.com/odin-serializer) and would like to have this extension, [write me](#contanct) and I will add this point to the [roadmap](#roadmap).

## How to use

Expand Down
5 changes: 1 addition & 4 deletions Runtime/Extension/OdinLZ4Extension.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"System.Runtime.CompilerServices.Unsafe.dll"
],
"autoReferenced": true,
"defineConstraints": [
"ODIN_INSPECTOR",
"ODIN_INSPECTOR_3"
],
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit 955f0b7

Please sign in to comment.