Stephen Hodgson
Stephen Hodgson
Digging in a bit deeper I noticed our [regex expression](https://github.com/Microsoft/unitysetup.powershell/blob/develop/UnitySetup/UnitySetup.psm1#L150) when parsing the version out may need to be updated a bit. https://regex101.com/r/7AGvpa/2 Adding an `|` can match either the...
I actually think that #153 is a duplicate of this issue. After digging in a bit more I realized I was trying to install the version that was already on...
Wondering if this was an issue before Lumin was added? Is it an issue with the order in general? I just added it to the end of the list, and...
> If you ensure you select and install the component matching the OS first, then install all the rest of them, you won't see this. I think this is also...
Okay please update the documents to adequately describe this setup step
You can also update the upload size on your registry server if it's self hosted. Verdaccio .config file example: ``` max_body_size: 1000mb ```
You could add a check for editor runtime, the use the correct auth headers depending on this flag. But you'll need to handle the credentials yourself.
We actually have a code flow auth system that gives the user a 6 digit code to log in with through an authenticated web portal. It would be great to...
These settings are in the correct place. Project level settings are for project specific things. I could see the need to move the generated profile and start scene. @Jarodshow weren't...
I just didn't feel like there was enough to warrant two different menu screens. I think @Jarodshow was working on an update to this window.