manjunath Posted February 15, 2021 Share Posted February 15, 2021 Hi All, I am developing games in PIXI js, for now developed for desktop I took 1920 * 1080 width to create my UI, now I want to publish this game to mobile. I want mobile UI to create but I need your suggestion how to do design for mobile (width and height) and convert them to pixi js and that should work for all mobiles in landscape as well as in portrait mode. thank you all in advance. Quote Link to comment Share on other sites More sharing options...
jonforum Posted February 15, 2021 Share Posted February 15, 2021 you can do this at the development level of your project, nodes scripts to rescale and repack your textures and convert your ressources And a script for specific build for android,ios,...,win,mac,linux..... There isn't really a quick or miraculous way other than developing your scripts that will do tasks to converts your ressources and make your mobiles build. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.