언어 설정

Menu
Sites
Language
The Unity program in Tizen Webapp

I want to make motion character by using Unity. And I want to build the unity program on tizen web app that I made.

Is it possible?

Thank you.

Responses

5 댓글
Iqbal Hossain

Best resource to learn Unity is official unity documentation https://unity3d.com/learn

Also find unity game installation procedures on tizen here https://stackoverflow.com/questions/44769891/unity-tizen-target-not-found/44824274#44824274

And Unity game is not native or web for Tizen...its simply Unity App which is written on C# or JS. 

명훈 심

Thank you for your answer.

Is there no way to express the character motion without Unity?

I mean, is it possible to making character motion using by javascript?

명훈 심

I got some clues. Can this code run on tizen web app? ^^;;

http://www.williammalone.com/articles/create-html5-canvas-javascript-game-character/

Iqbal Hossain

You should able to run this as Tizen Web app.... but be carefull about the screen resolution of the device... 
This will be purely Tizen Web app with Canvas.... Unity is totally different thing ..

명훈 심

OK Thank you!