Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
90783f7
chore: Making package identifier compatible with original OpenUPM rel…
atteneder Apr 17, 2023
d71f7d4
Merge tag 'release/5.2.0' into openupm
atteneder Oct 18, 2023
44a0088
Merge tag 'release/6.0.0' into openupm
atteneder Oct 18, 2023
376c02f
doc: Reverting Unity glTFast specifics in `README.md`
atteneder Oct 19, 2023
fa33f63
Merge branch 'release/6.0.1' into openupm
atteneder Oct 19, 2023
decd203
Merge tag 'release/6.1.0' into openupm
atteneder Jan 29, 2024
cb68834
Merge tag 'release/6.2.0' into openupm
atteneder Jan 29, 2024
9a331fe
Merge branch 'main' into openupm
atteneder Apr 9, 2024
ef121f3
Merge branch 'main' into openupm
atteneder Apr 22, 2024
561c9fd
Merge tag 'release/6.5.0' into openupm
atteneder May 27, 2024
c9535b3
Merge tag 'release/6.6.0' into openupm
atteneder Jun 25, 2024
9145e32
Merge remote-tracking branch 'release/6.7.0' into openupm
atteneder Jun 28, 2024
fbb84ea
Merge branch 'main' into openupm
atteneder Aug 21, 2024
bf01188
Merge branch 'main' into openupm
atteneder Sep 9, 2024
92c5ea0
OpenUPM Release 6.9.0
atteneder Jan 29, 2025
531bf59
com.atteneder.gltfast Release 6.9.1
atteneder Jan 30, 2025
2ea1153
com.atteneder.gltfast Release 6.10.0
atteneder Jan 30, 2025
55a9105
com.atteneder.gltfast Release 6.10.1
atteneder Jan 30, 2025
4dae6da
com.atteneder.gltfast Release 6.10.2
atteneder May 22, 2025
c9133ff
com.atteneder.gltfast Release 6.10.3
atteneder May 22, 2025
1b457cb
com.atteneder.gltfast Release 6.11.0
atteneder May 22, 2025
8cfba04
com.atteneder.gltfast Release 6.12.0
atteneder May 22, 2025
81bfc82
com.atteneder.gltfast Release 6.12.1
atteneder May 22, 2025
b5db919
com.atteneder.gltfast Release 6.13.0
atteneder Jun 27, 2025
4a30e11
com.atteneder.gltfast Release 6.13.1
atteneder Sep 16, 2025
1a2ce4d
com.atteneder.gltfast Release 6.14.0
atteneder Sep 16, 2025
a77908b
com.atteneder.gltfast Release 6.14.1
atteneder Oct 2, 2025
e35dbd7
com.atteneder.gltfast Release 6.15.0
atteneder Nov 25, 2025
7f31d43
com.atteneder.gltfast Release 6.15.1
atteneder Jan 22, 2026
fea7bce
com.atteneder.gltfast Release 6.16.0
atteneder Jan 22, 2026
faa0bde
com.atteneder.gltfast Release 6.16.1
atteneder Feb 26, 2026
073d487
fix: Undo monorepo specific ignores that slipped through.
atteneder Mar 2, 2026
3360cca
com.atteneder.gltfast Release 6.17.0
atteneder Mar 28, 2026
237148c
chore: Removed files not required for OpenUPM branch.
atteneder Apr 10, 2026
9ef142c
com.atteneder.gltfast Release 6.18.0
atteneder Apr 10, 2026
66aa582
com.atteneder.gltfast Release 6.19.0
atteneder May 19, 2026
198966d
chore: Directed pull request authors towards Unity's fork of glTFast.
atteneder Jul 22, 2026
a361dac
Add optional WebP support example and schema extension
mostafa1310 Aug 10, 2026
af2848c
Refactor WebP add-on for clean separation and inverted dependency
mostafa1310 Aug 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
*.bin filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.ktx2 filter=lfs diff=lfs merge=lfs -text
*.ktx filter=lfs diff=lfs merge=lfs -text
*.bytes filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Attach or link to *.gltf/*.glb files that trigger the bug.

In addition, make sure to run those files through the [glTF Validator](https://github.khronos.org/glTF-Validator) first. If you encounter errors or warnings, try to make sure they are not responsible for the issue and file a bug report with the software that generated the glTF file as well.

> Note: You have to ZIP archive them first in order for GitHub to accept the upload.
> [!TIP]
> You have to ZIP archive them first in order for GitHub to accept the upload.

If your files are confidential:

Expand Down
36 changes: 0 additions & 36 deletions .github/codecov.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

This repository is a mirror/read-only. Please contribute to Unity's fork at <https://github.com/Unity-Technologies/com.unity.cloud.gltfast>
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> [!IMPORTANT]
> Please submit contributions to <https://github.com/Unity-Technologies/com.unity.cloud.gltfast> instead. This repository is a mirror/read-only.
25 changes: 25 additions & 0 deletions .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Close pull request
on:
pull_request_target:
types: [opened]

jobs:
close:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: |
👋 Thanks for opening a pull request!

Unfortunately contributions are only accepted on Unity's fork.

Please resubmit your changes here instead:
👉 <https://github.com/Unity-Technologies/com.unity.cloud.gltfast>

> [!NOTE]
> Unity's fork is structured as a [monorepo](https://en.wikipedia.org/wiki/Monorepo), so you need to move your changes into the appropriate subfolder (`Packages/com.unity.cloud.gltfast`).

Thank you! 🙏
38 changes: 36 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ Assets/AssetStoreTools*

.DS_Store

# GitHub Action artifacts
.tmp-*

# Visual Studio cache directory
/.vs/
/.vscode/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
Projects/**/*.csproj
*.unityproj
*.sln
Projects/**/*.sln
*.suo
*.tmp
*.user
Expand All @@ -39,3 +42,34 @@ sysinfo.txt

# Rider
**/.idea

# Unity tooling
/upm-ci~
/test-results~
/pvp-results

# glTFast test projects
/Projects/*/ProjectSettings/*
!Projects/*/ProjectSettings/ProjectSettings.asset
!Projects/*/ProjectSettings/ProjectVersion.txt
!Projects/*/ProjectSettings/GraphicsSettings.asset
!Projects/*/ProjectSettings/HDRPProjectSettings.asset
/Projects/*/UserSettings
/Projects/*/Assets/Resources*
/Projects/*/Assets/StreamingAssets*
/Projects/*/Packages/packages-lock.json
/Projects/*/Logs

# CI Tools
Tools/CI/bin

# Graphify
graphify-out/.graphify_*
graphify-out/cache
graphify-out/cost.json
graphify-out/graph.html
graphify-out/manifest.json

# Claude Code
.claude/worktrees
.claude/settings.local.json
15 changes: 0 additions & 15 deletions .yamato/code-format-check.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .yamato/package-pack.yml

This file was deleted.

187 changes: 0 additions & 187 deletions .yamato/package-player-test.yml

This file was deleted.

Loading