Favo Yang

Results 73 comments of Favo Yang

Task.Run creates a thread for you. Should be okay to just run SetBomb directly. ``` private void Start() { cancelToken = new CancellationTokenSource(); SetBomb(); } async Task SetBomb() { //...

Well, I would prefer `openupm init` for creating the package.json. And `openupm init --manifest` for the project manifest. But I’m not sure what the manifest skeleton should contain, after all...

@Thundernerd, thanks for the reference. This issue is a low priority on my list. Ideally, I could wrap [yeoman](https://yeoman.io/) as `openupm init`. It is made for writing a generator and...

Hi @ese9, Thanks for the contribution. I like the idea. But here's something to be considered: 1. `Instance(s)` is being invoked every time an asset is imported. I suppose `AssetDatabase.FindAssets("t:...`...

Please also notice that https://github.com/favoyang/unity-addressable-importer/pull/68 brings some conflicts for the PR.

Hi @maxhimmel, Thank you for the report, I confirm it's a bug. When providing a package without a version, it shall install the most up-to-date version of the package that...

Hi @nindim, AFAIK, `\L, \U, \E` which works for Perl, are not supported in .NET regex substitutions: https://social.msdn.microsoft.com/Forums/en-US/5ae2778b-2e1a-4e3b-8471-3fe97e268f72/does-u-convert-to-uppercase-work-in-net-regex?forum=regexp In the replacement logic, the importer also replaced the path sep (`\...

@yingnierxiao, sorry that I didn't get your point. Could you provide an example?