realitycollective / com.realitycollective.service-framework

The Service Framework package components for the Reality Collective. This package an extensible service framework to build highly performant components for your Unity projects.
https://service-framework.realitycollective.net
MIT License
7 stars 4 forks source link

Tools -> Service Framework -> Add To Scene should add a scene service manager if a global service manager already exists or give an option #93

Open FejZa opened 4 months ago

FejZa commented 4 months ago

Reality Collective - Service Framework Feature Request

Is your feature request related to a problem? Please describe

Currently the only way to add a scene service manager is to do it manually. The tools menu should be updated to either add a scene service manager to the active scene, IF a global service manager already exists, or there should be a new option to add a scene service manager.

SimonDarksideJ commented 4 months ago

I would favour adding an additional option from the Tools menu, over automatically figuring out if "another" scene has the Global Service Manager installed.

There is no deterministic way (other than at play time) to know IF a Global Service Manager has or Is registered at the time the scene loads.

it only saves a few clicks from adding the component manually, but that is still a saving.

FejZa commented 4 months ago

Agreed