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
9 stars 5 forks source link

Service module wizard should allow multi module generation in one go #82

Open FejZa opened 7 months ago

FejZa commented 7 months ago

Reality Collective - Service Framework Feature Request

Overview

The service module wizard should allow generating multiple modules in one go. This saves on unnecessary compile time and iterations.

SimonDarksideJ commented 7 months ago

Can you elaborate on this workflow/use case @FejZa

FejZa commented 6 months ago

What's unclear?

It is about being able to generate multiple service modules using the wizard, e.g.

You have an interface IControllerProvider and then you need the following:

You'll now have to generate each of them individually and every time wait for Unity to become responsive again after compiling to continue creating the next one.

This is not a big deal and just a quality of life thing that we can do at some point.

SimonDarksideJ commented 6 months ago

OK, I understand now. We can turn the Service / Module generation setup into an array, to allow for this. But the interface will still need to predominately work for single service/module generation as that is 90% of the use cases that use this :D