diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5e6470..3bbfa73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}" diff --git a/README.md b/README.md index e5990bb..d5c2d87 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,12 @@ You need to disable EAC to use this mod! ### Version 0.1.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 diff --git a/Resources/OreBoulders.unity3d b/Resources/OreBoulders.unity3d index 3982e84..a1e64c5 100644 Binary files a/Resources/OreBoulders.unity3d and b/Resources/OreBoulders.unity3d differ diff --git a/Resources/OreVoxels.unity3d b/Resources/OreVoxels.unity3d index fc7ad9e..1d851c7 100644 Binary files a/Resources/OreVoxels.unity3d and b/Resources/OreVoxels.unity3d differ diff --git a/Unity/MicroSplatOreVoxels/ProjectSettings/ProjectVersion.txt b/Unity/MicroSplatOreVoxels/ProjectSettings/ProjectVersion.txt index 8e3af85..629f7d4 100644 --- a/Unity/MicroSplatOreVoxels/ProjectSettings/ProjectVersion.txt +++ b/Unity/MicroSplatOreVoxels/ProjectSettings/ProjectVersion.txt @@ -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)