/*add by HanSyaun for showing code on article. start*/ /*add by HanSyaun for showing code on article. end*/

2018年3月5日 星期一

[GDC筆記] Creating the Art of ABZU

 Creating the Art of ABZU

 開發三年,10個人,沒有固定的animator

1.魚的數量太多了沒辦法用rig,所以用static mesh instancing,類似像草的應用,然後魚的游擺動是vertex animation in material






















2.魚開口咬是blendshape sequence,有開口/往前兩個動作,序列再一起就是開口往前閉口往後。螃蟹走動跟鳥飛翔也是。

 





















2018年3月4日 星期日

Unity2017.2在Mac上使用profiler連結android

重點:
Unity官方文件寫的adb指令中的34999沒有用,依照網友分享,必須使用55000 ~ 55511,或者4600
The ADB Commnad's number 34999 that mention in Unity document is not working. You should use 55000~55111, or 4600 instead.

1.確認防火牆已經關閉



Unity 2017.2 canvas and object sorting problem

Just found out some weird result with my Unity project. I place a cube in front of  a UI image, which parent under a canvas and the canvas render mode is set to "screen space -camera".
On the editor it looks alright. But after I build it into an APK, the cube is behind the UI image.

The problem is because "depth and stencil buffer" is disabled in player setting. I kind of know about depth and stencil buffer but never thought about changing this setting will affect the sorting result of UI and Object. Hope this message helps anyone who bump into same issue.




2018年3月2日 星期五

Unity 2017.2 + Android 5.1.1 with Unity Remote 無法連結?

1.確定手機有打開開發者模式,並且打開USB偵錯模式。
2.Project Setting -> Editor,Unity Remote Device選Andorid
3.把Unity IDE關掉,Unity Remote也關掉,USB也拔掉。
4.接上USB,打開Unity Remote,打開Unity,按Play。