Thai Tran

Results 8 comments of Thai Tran

I already forked it with a slightly different solution. 0 is now reserved for walls (since there is no upper limit for cost), 1 for walkable areas, and 2+ for...

Couldnt you just use the position property to do the offset? Example here, https://github.com/protectwise/troika/tree/main/packages/troika-three-text#usage

https://github.com/NetEase/pomelo-unitychat-socket/issues/5

Hello, I'm having the same issue but running it on windows 7 x64 unity v5.3.2f1

The Demo project seems to work https://github.com/NetEase/pomelo-unitychat-socket Just use the dll in there instead.

Also tested it on IE10, surprisingly only the incorrect rasterized image showed up. I have submitted a ticked to Chromium Blink, hopefully they will resolve it. I can just stick...

Looks like there are two OnApplicationQuit method, one in LoginGUI and another in ChatGUI. Deleting one of them solved the problem. They must be clashing into each other and causing...

Here is what I did to fix the issue. Instead of calling it Application.loadscene in Entry (which is obsolete by the way, use SceneManager instead), do it in update instead....