Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to "extras" during GLB export. #21

Open
OwenSignaturize opened this issue Jun 10, 2024 · 0 comments
Open

Add to "extras" during GLB export. #21

OwenSignaturize opened this issue Jun 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@OwenSignaturize
Copy link

It is currently not possible to add to extras when performing a GLB export as far as I can tell.

I would like for the extras field to be added to GLTFast.Schema.Node (and other relevant areas), and not just to GLTFast.Newtonsoft.Schema.Node.

Alternatively being easily able to extend the GameObjectExporter and/or GLTFWriter to enable custom manipulation of the Json Serialization step of GLB Export would be fine.

Im currently having to modify the source code in my project to allow for this, as I require GLB export. Because this repo isnt up to date with version 6.6 (the version I get when adding the package "com.unity.cloud.gltfast" via package manager, I cant even just fork this repo to get things to work I have to copy files from the PackageCache, and make modifications to it locally.

If I've missed something then it would be great if the documentation could explain more clearly how to achieve adding extras to GLB files.

@OwenSignaturize OwenSignaturize added the enhancement New feature or request label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant