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

Further improve asset library install experience #113

Open
2 of 4 tasks
TheDuckCow opened this issue Jul 8, 2023 · 1 comment · Fixed by #98
Open
2 of 4 tasks

Further improve asset library install experience #113

TheDuckCow opened this issue Jul 8, 2023 · 1 comment · Fixed by #98
Labels
enhancement New feature or request

Comments

@TheDuckCow
Copy link
Owner

TheDuckCow commented Jul 8, 2023

Right the asset library install still has a couple problems:

  • Add .gut_editor_config.json to the gitattributes file with the flag of export-ignore so it's not included in the Asset Lib default install list.
    • Screen Shot 2023-07-08 at 11 09 20 AM
  • If the user has installed the plugin for the first time, custom icons appear in Add Node menu, but they won't appear as the icon right when they've been added into a scene.
    • If the user reloads their project closes and reopens the scene though, it starts working. Seems to be a godot issue, as even pre-running or copying over .import settings doesn't seem to assist.
  • Remove the broken gif (that can be edited without a further release). It's a bit confusing when editing the asset, with the different tick box options included, but hopefully next time it'll work better. The gif works on the asset page, but appears broken inside Godot itself.
  • Per below, there's also a layout problem in the asset library page inside Godot itself. Not sure if we can do anything about this, this happens to other assets in the lib too. Could be that playing with different aspect ratios could help (or perhaps having a consistent aspect ratio / image size across the demo images).
    • Screen Shot 2023-07-08 at 11 05 08 AM
@TheDuckCow TheDuckCow added the enhancement New feature or request label Jul 8, 2023
@TheDuckCow TheDuckCow linked a pull request Jul 17, 2023 that will close this issue
@TheDuckCow
Copy link
Owner Author

Trying to mitigate custom icons not appearing until restart: I tried a workflow where I copied over the .import folder with the plugin on download, but that still had the same issue. In fact, this is a known godot issue, where you just need to close and re-open the scene: godotengine/godot#35896

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

Successfully merging a pull request may close this issue.

1 participant