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 prefill with root namespace instead pf product name for the namespace #88

Closed FejZa closed 6 months ago

FejZa commented 7 months ago

Reality Collective - Service Framework Feature Request

Is your feature request related to a problem? Please describe

image

When generating a service / module the wizard will prefill with the product name in the namespace field. It should rather use the root namespace configured in the project settings and only fallback to product name, if none configured.

image

SimonDarksideJ commented 6 months ago

Updated to use RootNamespace if configured, defaults to the current setup if not configured.

FejZa commented 6 months ago

Fixed.