• Join the Global Game Jam 🚀

    Announcements
    1
    1 Votes
    1 Posts
    282 Views
    No one has replied
  • Problems backing up

    Help and Support
    3
    1 Votes
    3 Posts
    246 Views
    gameyichenG
    @RobinsonX Thanks! And hope it can be fixed soon.
  • Project Icon Not Updating

    Bug Reports
    4
    0 Votes
    4 Posts
    412 Views
    RobinsonXR
    @ZuniSoft Yep! When the project isn't uploaded to the hub, it uses the last saved screenshot. After it is uploaded to the hub, one of the hub screenshots are used instead. This is kinda confusing but I think it is intended to work like that. Maybe the projects page can have a little redesign - it could show icons instead of screenshots and thumbnails. Maybe we can allow the user to edit their project from the projects page instead of having to upload it each time. When I have the time, I can talk with the team about a little revamp of the projects page.
  • App icon and folder icon are different…

    Bug Reports
    3
    1 Votes
    3 Posts
    299 Views
    ZuniSoftZ
    Sounds like a Files app bug on Apple’s end.
  • How to make tracer tool?

    Help and Support
    2
    1 Votes
    2 Posts
    224 Views
    RobinsonXR
    @ANGRYBIRDSFILMSALT This can either be simple or complex depending on the path of your object. Assuming it is a straight path, you can use an Empty Object for it. Make the anchor of the object to be 50, 0 so the bottom center of the object will be used in transformations. Calculate the distance from point A to point B. Calculate the direction from point A to point B. Now move the empty object to point A. Rotate the object to the direction given in step 2. Now rescale the object so that the y matches the distance given in step 1. You can change x to any width you like - this will be the stroke length. Now you should have a line connecting from point A to point B. You can use this every time an object is moving to a point. However, do note that distance is affected by the zoom; it'll be normal at 100% zoom but it will double when zoom is 50%.
  • loop not working

    Help and Support
    5
    1 Votes
    5 Posts
    485 Views
    RobinsonXR
    @Lupo The loop triggers events instantaneously, so it doesn't wait until the behaviors under it are done executing like Kamdroid said. The wait behavior would execute once because every time it's executed, it interrupts its previous instance - it's like resetting a clock every time it executes. The way you would achieve something like this is to connect the behaviors from the bottom to the top so it makes a loop. When you want to stop the loop, use the Behavior Off behavior to interrupt the chain of events.
  • 2 Votes
    11 Posts
    880 Views
    ZuniSoftZ
    I found a workaround, if you have an M series Mac, you need to run Xcode in Rosetta mode.
  • Apple is asking me some questions about my game

    Help and Support
    5
    1 Votes
    5 Posts
    474 Views
    HamedH
    @SplitMindGaming answer no to the rest
  • Play Animation Holds onto Last Animation Used

    Help and Support
    5
    1 Votes
    5 Posts
    427 Views
    RobinsonXR
    @ZuniSoft I just fixed this. Thank you for bringing this to our attention. :) When selecting an animation cycle, it should replace all the frames. You can still add individual images as frames without it resetting.
  • Can hyperPad do…

    General Discussion
    4
    1 Votes
    4 Posts
    441 Views
    Aidan_FireA
    @Gadgetkk Like Factorio? Man, that would be interesting to try and make, it might not be easy but it’s most certainly possible.
  • 1 Votes
    1 Posts
    223 Views
    No one has replied
  • Join hyperPad at the Global Game Jam 2023 🚀

    Announcements
    1
    1 Votes
    1 Posts
    227 Views
    No one has replied
  • Trolls is on the Hub…

    WIP and Showcase
    3
    3 Votes
    3 Posts
    379 Views
    ClarissaC
    Super fun game 👾
  • Cant Open Xcode Project

    Help and Support
    13
    0 Votes
    13 Posts
    2k Views
    SplitMindGamingS
    @Hamed not sure if this has something to do with it not building or finding the gameanalytics. But some of these frameworks on the hyperpad file is in red indicating it cant find the path or its missing? [image: 1671035870310-bb5bf6ea-b68c-49b3-a713-e4c0a37ceaae.jpeg]
  • Livestream tutorial today !

    Announcements
    1
    1 Votes
    1 Posts
    225 Views
    No one has replied
  • hyperPad 1.32 is here!

    Announcements
    1
    2 Votes
    1 Posts
    242 Views
    No one has replied
  • Portrait Mode Is Mis Aligned After Update

    Bug Reports
    2
    1 Votes
    2 Posts
    240 Views
    RobinsonXR
    @SplitMindGaming Hello, this has been fixed in the newest update. Thanks for letting us know!
  • Design Grid Issue

    Bug Reports
    3
    1 Votes
    3 Posts
    303 Views
    RobinsonXR
    @ZuniSoft Update: Just fixed this bug. Once again, thanks for telling us!
  • I need the Search Button on the Hub!

    Help and Support
    2
    1 Votes
    2 Posts
    160 Views
    RobinsonXR
    @T_hyperpad This is planned! Thanks for the request.
  • Possible Moving Plaform Issue

    Bug Reports
    2
    1 Votes
    2 Posts
    247 Views
    RobinsonXR
    @ZuniSoft Hm... Seems like the objects on any side can stick to an object with Movable Platform. I can look into this