Hello guys, I have recently been developing a script with UI that is on an object, and I have found that the way the game utilizes image assets, its impossible for me to include them on an object because you can't merge an objects UI with a games UI without overwriting it completely.
The only way that I have found to make it work, is to overwrite the UI assets using UI.setCustomAssets from the objects script, but then this would conflict/erase someone's UI if they used my object in their game that already has a UI. Because of this, I have concluded that UTF-8 characters are as good as it gets. Problem is, despite using several symbols that did work great, other symbols I would love to use are not available. Now, I'm not fully aware of what it would take to include these into the game, but I do know they would be extremely useful.
Aside from UTF8 characters, I thought it would also be helpful if we could have access to a list of Emojis to use in scripting. This would allow us a vast list of symbols and characters to include in our UIs, that wouldn't involve UI assets, or run risk of overwriting someone's mod.
For example purposes, I included a brief list of symbols below that I would love to use in my current project, but they don't currently work.
⚂⚒⚙⚿⛃⛏⛓❌📁⚙️
I'm not asking for all of these symbols linked below to be added to the game, I just included them as reference so everyone could get an idea at what would be possible if they were added.
Emoji List -
https://www.w3schools.com/charsets/ref_emoji.asp
UTF-8 Dingbats -
https://www.w3schools.com/charsets/ref_utf_dingbats.asp
UTF-8 Miscellaneous -
https://www.w3schools.com/charsets/ref_utf_symbols.asp
Thanks for reading.
~Hiram