How to speed up the build and launch process in unity for iOS / Android mobile devices

Hi, I am developing the game in unity, and I need to test this game in iOS. For a specific case, I need to check the input touch for the controllers, but it takes a lot of time.

When I change some lines of code in a C # script, I have to rebuild the iOS game in unity, after which I need to build and run an Xcode project to test and run the game on my iPhone.

This process takes a lot of time, so the question is, are there some ways to speed up this process?

+4
source share
1 answer

Unity Remote 5 . iOS Android . iOS Android .

:

  • -

, 5.0 ​​ :

Android

  • ,
  • (GPS)

IOS

  • MFi, ( Unity 5.4)
  • 3D-Touch Apple Pencil.
  • Apple TV
  • (GPS)

, , iOS , .

Unity , (iOS) . , .

. , , , , , .

+8

Source: https://habr.com/ru/post/1652226/


All Articles