Favo Yang

Results 130 comments of Favo Yang

Okay, I will wait for a signal from you to merge this PR.

> Is there a specific time / timezone you're online? If you only want to rename the repository, Github will handle the redirect automatically, and OpenUPM pipeline will follow it....

Could you provide an example repository?

BTW, I don't think a package.json with BOM can work in Unity: https://github.com/openupm/openupm/issues/2804 https://forum.unity.com/threads/apparently-my-package-json-is-invalid-when-trying-to-add-my-own-package.1175081/#post-7531058 The BOM should be removed before submitting to openupm. Perhaps the error message could be better...

> And this repository worked in Unity, so it would seem that Unity strips the BOM internally? Thanks for the info. Then we shall align with the Unity editor. Let's...

The rule should be fine with monorepo. A monorepo example ``` com.denis535.addressables-source-generator 1.0.37 com.denis535.... ``` For example, when handling the latest Git tag: 1.0.174 for `com.denis535.addressables-source-generator`, the current build pipeline...

@Denis535 do you mean that as a monorepo, your Git tag (v10.10.10) has nothing to do with any package version ([email protected])?

@Denis535 In such a case will the prefixed Git tag work for you? i.e. when you're ready to publish [email protected], you manually create a Git tag: `com.denis535.addressables-extensions/6.6.6`. And OpenUPM can...

> But all these little things take time to get into them. A lot of people might just give up. IMO, most monorepo on OpenUPM are already using the `gitTagPrefix`...

What's the reason to unpublish these packages entirely? And please resolve the conflicts.