-
Notifications
You must be signed in to change notification settings - Fork 57
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
Custom DABs Template Documentation Additions #1802
Comments
@bmswatli Thanks for your feedback! We'll look into adding more documentation on authoring custom templates.
The only other option is to use the |
@shreyas-goenka git works - it just takes more time. Imagine a feature where the custom template shows up as part of the list with the default templates. There would still likely be exporting and importing - but once it got imported, it would be a lot easier to select than referencing a directory. |
@bmswatli Could you please elaborate on what you mean by |
On the first one: If there was a clean way to export a custom template without git - that would be awesome. Then I could share that export (via email, teams, slack, etc.) and have other team members easily bring it in. I actually didn't know we could reference the custom template by URL. I was using a local file path (another idea for documentation here). A potential workflow:
Some challenges to this approach could be:
|
Thanks for outlining the suggesting in detail @bmswatli. I still don't follow why you would like to share the template as an exported file instead of creating a private repository with the template and giving the relevant users access. Could you please elaborate? As for the Git URL functionality, while it is not documented in our public docs, it already exists in the CLI docs, ie when you run |
It's for ease of use. A URL or local file directory is typically a long string. Public docs are the easiest way for me to find supported features. I don't typically use command line docs to search for features. |
Thanks for elaborating @bmswatli. The ROI for this feature does not sound convincing to me when stacked against other features we are working on, since we'll need to add additional state management to the CLI for what seems like a relatively minor UX improvement. I'll keep this issue open though incase this other users also echo your concerns. Please correct me if you it's actually blocking/slowing down your workflows and is not an ease of use enhancement. |
All good. Most of this issue was just about additional documentation for custom asset bundles templates - so as long as that improves, we're all happy. |
Enhancement Request:
When creating Custom Asset Bundle Templates, I would like to see additional documentation. I have to look at existing template code and try to copy that functionality.
For example, when defining template variables that the user must select, there isn't any documentation about how to use enums for the user to select from a list. That would be very helpful for users to know.
Also
I'd also like an easy way to export custom bundle templates for other members of my team. Any ideas here (besides using git) would be appreciated!
The text was updated successfully, but these errors were encountered: