Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
195 stars 9 forks source link

I would like to be able to set the input and output names of Relay/Updating Relay nodes. #2882

Open kazu0617 opened 3 years ago

kazu0617 commented 3 years ago

Is your feature request related to a problem? Please describe.

This is mainly a clue to solve the problem of distributing LogiX and not knowing from LogiX alone what the user of that LogiX should enter.

Relevant issues

No response

Describe the solution you'd like

In LogiX, you can usually use LogiXTip to determine what the effect of the input and output is, but if you can change this name, it would be very usable for distributing custom LogiX.

The reason I'm limiting it to Relay Node and Updating Relay Node is that the rest of the LogiX has practically other functions, and it would be confusing to be able to change those strings (and hard to implement, wouldn't it?). This is because I felt that it would be difficult to implement.

Describe alternatives you've considered

Currently, we are aware that there is no alternative (including geeky ways, excluding Plugin) that can do this perfectly.

A partial way to do this can be solved by adding additional text, and is currently often distributed in that way.

Additional context

No response

Earthmark commented 3 years ago

I think #1010 was kinda related to this, but 1010 was made when relays had a text field on them that said relay, this proposal is better!

kazu0617 commented 3 years ago

Thank you very much. If this idea is adopted and implemented in Neos, we may merge #1010 issues into this one.