Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FejZa opened this issue Mar 20, 2024 · 3 comments
Open

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

FejZa opened this issue Mar 20, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@FejZa
Copy link
Contributor

FejZa commented Mar 20, 2024

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
Copy link
Contributor

Can you elaborate on this workflow/use case @FejZa

@FejZa
Copy link
Contributor Author

FejZa commented May 2, 2024

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:

  • IOSControllerProvider
  • AndroidControllerProvider
  • WindowsControllerProvider

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
Copy link
Contributor

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

@SimonDarksideJ SimonDarksideJ self-assigned this May 2, 2024
@SimonDarksideJ SimonDarksideJ added the enhancement New feature or request label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants