minggo

Results 301 comments of minggo

@zhefengzhang Did you found the real reason or just protect to avoid the issue?

好的。我们看下怎么能够给更好的提示。

嗯嗯,这样的提示已经比较清晰了。

Does it work in browser preview?

I think it is because engine source code also has the folder named `native`, and the generated folder also has a `native` folder.

May be you should ask the plugin user to remove it. As most developers will not modify engine codes, so i think it is reasonable to keep it.

In my project, the .gitignore is ``` #/////////////////////////// # Cocos Creator 3D Project #/////////////////////////// /library/ /temp/ /local/ /build/ /profiles/ /native/engine/android/**/*/assets ``` It is different from you.