Plugin author best practices for adding UI? #3770
Answered
by
alice-i-cecile
SUPERCILEX
asked this question in
Q&A
-
What's the best practice for:
|
Beta Was this translation helpful? Give feedback.
Answered by
alice-i-cecile
Jan 26, 2022
Replies: 1 comment 1 reply
-
For fonts: ideally, we should be loading system fonts, especially for defaults. But that's not in place yet, see #1017. For now, I'd probably have users pass in a path during plugin creation. For camera: I would probably not spawn a UI camera, and note it in your docs. But see #3679, which will solve this for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SUPERCILEX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For fonts: ideally, we should be loading system fonts, especially for defaults. But that's not in place yet, see #1017. For now, I'd probably have users pass in a path during plugin creation.
For camera: I would probably not spawn a UI camera, and note it in your docs. But see #3679, which will solve this for you.