Jiulong Wang

Results 19 comments of Jiulong Wang

@paskal PR #14 not merged yet. You can use my fork: https://github.com/jiulongw/hemingway

Thanks for letting me know @ribice ! This issue happens when there is only one tag in a post. I just pushed a fix to this PR.

I don't know what is special in Vuforia that the `Data` folder has to be added to project. The script does copy the `Data` folder, but directly to the app...

@mayntos try to add Data folder into Xcode project. Xcode might be doing extra steps other than simply copy content to app output.

It is a Unity inside a Swift project. I'm not quite sure about what cross platform capability you're talking about. If you mean Unity cross platform support, it is same...

我很久没有做相关的项目了,但这个问题听上去很有意思。你能打包一个最小的可以重现的工程给我看看吗? 感觉应该是xcode里关于orientation的设置的问题...

Hello, could you try if #104 solved this problem? Thanks!

Regarding changing orientation, this seems to be an over sensitive assertion. It only happen when debugger is attached. See https://github.com/jiulongw/swift-unity/issues/10#issuecomment-339462255 I will try to find a way to dismiss it....

The `start/stopUnity` thing is confusing and I plan to make it clearer when I got time... For now, once Unity is loaded, `appDelegate.start/stopUnity` will not load it again so the...