feature request: interactive Custom Script UI
Hello,
if you could add something to make the Custom Script UI interactive, such as add loop based on the script to add new items to the inspector, for example if I want to add new texture i type the number in input field than it will show new input based on the number.
better example if there is any way to support this.
for (i = 0; i < 5; i++) {
//@input bool color+i = true
}