Skip to content

Commit

Permalink
Update for 1.0 (b313/exp) compatibility
Browse files Browse the repository at this point in the history
- Bumped unity version to 2022.3.29f1
  • Loading branch information
mgreter committed Jul 4, 2024
1 parent 90c9404 commit 347a272
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Call 7D2D compiler action
uses: OCB7D2D/OcbModCompiler@master
with:
v7d2d: 'V1.0'
name: "OcbMicroSplatOreVoxels"
version: "${{ github.ref_name }}"
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Description value="New custom ore voxels, requires OcbMicroSplat." />
<Website value="https://github.com/OCB7D2D/OcbMicroSplatOreVoxels" />
<Author value="ocbMaurice" />
<Version value="0.1.0" />
<Version value="0.2.0" />
</xml>
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ You need to disable EAC to use this mod!

## Changelog

### Version 0.1.0
### Version 0.2.0

- Initial version
- First compatibility with V1.0 (exp)
- Bumped unity version to 2022.3.29f1

## Compatibility
### Version 0.1.0

Developed initially for a21.1(b6), updated through a21.2(b14).
- Initial version

[1]: https://github.com/OCB7D2D/OcbMicroSplat
[2]: https://github.com/OCB7D2D/OcbMicroSplat/releases
Expand Down
Binary file modified Resources/OreBoulders.unity3d
Binary file not shown.
Binary file modified Resources/OreVoxels.unity3d
Binary file not shown.
4 changes: 2 additions & 2 deletions Unity/MicroSplatOreVoxels/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.19f1
m_EditorVersionWithRevision: 2021.3.19f1 (c9714fde33b6)
m_EditorVersion: 2022.3.29f1
m_EditorVersionWithRevision: 2022.3.29f1 (8d510ca76d2b)

0 comments on commit 347a272

Please sign in to comment.