杨必赞
杨必赞
> > 现在仓库上是带有M1版本的binary的 @zombieyang > > 多谢回复,我使用的 unity2020,2021 我也试过一样的问题, mac 是 intel. 我删除了 arm64 下的所有.dylib 问题依旧.请问不是 M1 的该如何处理 那再确认下 x86_64下的`dylib`和`bundle`的平台设置是否正确?
我自己尝试复现过你的问题。 在原始情况下build了跑不了,但删掉arm64目录就好了。
Did you try to use Filter? https://puerts.github.io/en/docs/puerts/unity/wrapper/filter
Yes of course, you can use filter to ignore some constructor overloads. here is an example, I can generate a wrapper of `FileStream` without Error: ``` if ( mb.DeclaringType ==...
Yes you can check the type of the parameter. The code above is just for example. I had never use those kind of method, but I think that you can...
I think is the same as #241
现已支持手机平台Node.js
fixed in #1143
> hi @zombieyang, thanks! actually for chatgpt we make use of PromptSelectors, take a look at `gpt_index/prompts/default_prompt_selectors.py`. basically, for chatgpt models, we use the CHAT_REFINE_PROMPT in `gpt_index/prompts/chat_prompts.py` by default (with...