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

GameObjectExport and shader problem #697

Open
giulianamuto opened this issue May 28, 2024 · 1 comment
Open

GameObjectExport and shader problem #697

giulianamuto opened this issue May 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@giulianamuto
Copy link

I installed the package in my project following the guide. When I write the export example code it fails to find GameObjectExport. As far as shaders are concerned, however, I cannot insert them into ‘Graphics’ because they are inside a package and I cannot access them.

I don't know how to do it honestly.

  • glTFast version the last
  • Unity Editor version 22.3.10.1
@giulianamuto giulianamuto added the bug Something isn't working label May 28, 2024
@atteneder
Copy link
Owner

Did you, by chance, forgot to reference the assembly definition glTFast.Export in your assembly definition?

You should be able to add shaders from a package, but they might be hidden by default. Look for an eye icon that crossed. Click it to also see shaders from a package.

Lastly, glTFast version last is not very explicit :) Please report with actual version numbers to make debugging easier on my end.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants