Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Restless Swords

4
Posts
2
Topics
3
Followers
A member registered Apr 27, 2022 · View creator page →

Recent community posts

(1 edit)

PS: in spite of the butler documentation saying "don't create an installer, use butler" that is misleading

  • all butler does is create and upload a zip file - for unity game it does NOT upload all the individual directories/files
  • so when user downloads the game they get a zip that they must unzip someplace to get the directories/files
    • and then user has to create a desktop shortcut to run the game
  • if an installer is created instead and uploaded, then user just downloads and clicks and runs it

it appears when browsing games available on ITCH  that there are some iPhone games.

  • if someone buys one, how do they install in onto their iPhone ?
  • does it only 'install' on a phone that has been 'jailbroken' ?
  • or is there some way to 'sideload' a game (that did not come from appstore) onto a normal iPhone?

thanks everyone, a zip was my fallback approach

I have a Unity application built and running on windows.

In the Itch.io upload it looks like it takes files, but Unity windows build result

  • has a 3 top-level file
  • has 2 file directories full of file (131 files in 14 directories)

How do I upload this?  do i need to create a single file windows installer program?