Skip to content
  • How To Make a Game on iPad with hyperPad

    Help and Support
    1
    2 Votes
    1 Posts
    578 Views
    No one has replied
  • Someone tell me how to make levels?

    General Discussion
    2
    0 Votes
    2 Posts
    208 Views
    NeilSennN
    @Unisan
  • hyperPad 2.4 is here!

    Announcements
    1
    2 Votes
    1 Posts
    216 Views
    No one has replied
  • How can I make ragdoll?

    Help and Support
    4
    0 Votes
    4 Posts
    358 Views
    RobinsonXR
    @MoonSJ Make sure the objects don't have a gap at the time of attaching them. Also, in the Pivot Attach behavior, you can choose the anchor point - use this to define where the "joint" will be. The screenshot below shows me selecting an object and then moving the anchor point to where the attachment will roughly be. I also recommend turning off Attachments Collide so you don't get weird jiggly physics. [image: 3569655a-3bfe-459d-9dfa-b85b0b7a02b3.jpeg]
  • How to publish game.

    Help and Support
    16
    2 Votes
    16 Posts
    2k Views
    MurtazaM
    @Eric726 Great glad to hear it! And thanks for letting us know, this helped us track down an issue with user accounts that we're sorting out.
  • Idea

    General Discussion
    5
    0 Votes
    5 Posts
    1k Views
    MurtazaM
    @Bryce678 Realistically the demand isn't that high for this, and it's something that can be easily abused with the hub. So unlikely for us to add it any time soon. If something else in the future relies on this, or this gets added as a byproduct that sure. But it's not something that is currently on our roadmap.
  • need help please…

    Help and Support
    2
    0 Votes
    2 Posts
    228 Views
    Eric726E
    [image: f0dc4793-727f-43fa-8d7b-32928f79e2c1.jpeg] FYI
  • Game Version

    Help and Support
    3
    0 Votes
    3 Posts
    380 Views
    MurtazaM
    The main limitation between starter and the paid version is the amount of projects you can create. You shouldn't be limited by cloud back ups, rather the amount of new projects you can make. If you can't create more than one project let me know, as that sounds like some sort of bug. Also, when you have both apps on one iPad it can do weird things with your user account, so we don't recommend having both at the same time. This could confuse how your profile is treated. Which is probably why you're seeing a limitation with cloud backups.
  • Update crashes endlessly and destroyed most of my games

    Bug Reports
    6
    0 Votes
    6 Posts
    700 Views
    RobinsonXR
    @KoresGames Hello, the update is live in the App Store now. Do let us know if there are still issues!
  • 2 Votes
    1 Posts
    205 Views
    No one has replied
  • hyperPad 2.3 is here!

    Announcements
    1
    1 Votes
    1 Posts
    222 Views
    No one has replied
  • Persistence between scenes

    Help and Support
    2
    2 Votes
    2 Posts
    270 Views
    RobinsonXR
    @autumnsworld Yes! You are referring to the Modify Save File and Load from Save File behaviors. You can persist values in between plays using those behaviors. Modify Save File: Select a key (location) to save a value. You can also use this behavior to delete a key. Load from Save File: Select the key to load that value. If the key does not exist, it will output the default value. Let me know if you need more information.
  • hyperPad 2.3 Beta

    Announcements
    1
    3 Votes
    1 Posts
    214 Views
    No one has replied
  • September 2025 Game Jam Challenge

    General Discussion
    3
    1 Votes
    3 Posts
    944 Views
    KrystalYeeK
    Congratulations to PATCHLINGS by NeilShenn! [image: 41dd82a9-652f-4bd5-8dec-f8e852fc9d0c.png] A haunting Halloween-inspired game made on iPad! 🎃👾 Play it now on Hub. Got an idea of your own? Build your game with hyperPad and share it with the world. Get ready for the next Code For a Cause x Micro Jam for a chance to win cash prizes 💰(There's gossip the cash prize might go up! 👀) [image: da370a9d-a603-4e6f-81ca-aa6c03064b9b.png] [image: e3571fff-136a-4f69-a4cd-b578ff669ae1.png] [image: e63ea69c-ed18-4a78-ada1-50f92abb12b7.png]
  • hyperPad 2.2 is here!

    Announcements
    1
    2 Votes
    1 Posts
    1k Views
    No one has replied
  • DIZBIZ REMAKE WIP

    WIP and Showcase
    9
    4 Votes
    9 Posts
    2k Views
    KrystalYeeK
    @themerpygirl this is so cool! Keep up the great work :)
  • 🏆 Community Awards!

    General Discussion awards competition game jam
    5
    2 Votes
    5 Posts
    2k Views
    MurtazaM
    @NeilSenn said in 🏆 Community Awards!: Maybe there's a trophy at 5 hub games 100% completed. I've only seen Jaime and Jasmine have a percent complete counter but I'm guessing once Norbert and others are near finished they'll have verifiable progress. Yeah we're going to be launched a lot more "conditional" awards that you work towards based on creating, community involvement etc.
  • Will a 3D Dancing Line Game work?

    General Discussion
    2
    2 Votes
    2 Posts
    703 Views
    RobinsonXR
    @Ethan-D Yes, you could make a dancing line game, but it won't actually be 3D. hyperPad is only a 2D game engine, but you can fake 3D by using isometric graphics. You'll have to take account of the z order of objects - objects with a higher z order will render over objects with a lower z order. For example, the floor could have 0 as the z order whereas the cube could have 1 as the z order; the cube will be on top of the ground. You can treat the z order as the vertical position in 3D space and it should do the trick.
  • Button

    Comments & Feedback
    2
    0 Votes
    2 Posts
    2k Views
    RobinsonXR
    @BuiltLord You can already do this. You can select the Global UI layer on the right sidebar and from there you can drag graphics from the Asset Dock to add elements to the screen. You can program the elements to act as buttons.
  • 2 Votes
    1 Posts
    583 Views
    No one has replied