Proposal: Ability to disable “View Profile” on a Scene
Motivation: I want to create a FPS shooter and unfortunately clicking on other users gets in the way of my game!
Open questions
How would this be implemented?
It could be a field in the
policy
of thescene.json
; for example:profileInfoEnabled: false
Could this be abused?
It would be difficult to add a friend if this is disabled…