Skip to content
  • Optimisation tips and tricks

    Help and Support
    3
    0 Votes
    3 Posts
    76 Views
    MrAeon1111M
    I see, thank you, man
  • Login and Project open crash BUG.

    Bug Reports
    5
    0 Votes
    5 Posts
    152 Views
    OminouzDreamzO
    @Murtaza Thank you. I really appreciate you guys. I’ll wait I will just go back to making assets till then. 😂have a great day.
  • iPhone HP Crashes

    Help and Support
    11
    0 Votes
    11 Posts
    313 Views
    OKAC_JDO
    Thanks @murtaza . I’m getting the below pop up when installing, would you mind resending the invite or share the code please? Thanks [image: 91c397a8-0b5e-4ed1-ba15-f1e0c2bf8369.png]
  • Timer and wait before move to object stop working

    Bug Reports
    3
    0 Votes
    3 Posts
    127 Views
    RobinsonXR
    If Move to Object is being retriggered very frequently and it has a big enough duration, it can stop working since the move animation is being interrupted over and over again. If you try 0s duration for the Move to Object behavior, then it will work since the animation is instant and therefore cannot be interrupted.
  • New Image editor for hyperPad

    WIP and Showcase
    2
    1 Votes
    2 Posts
    159 Views
    MurtazaM
    I've expanded the pixel editor to be a full art studio. It can now do larger graphics, and has various brush types like an air brush so you can create all sorts of graphics. I've also expanded on the animation tools by introducing Skeleton animation system. hyperPad doesn't currently support bones, so the plan here is that your created skeleton animation will flatten to a regular sprite sheet that works within hyperPad. Until we eventually offer bones. Screen Recording 2026-07-28 at 2.14.20 PM.mp4
  • Automatic aspect ratio needs to stop

    Comments & Feedback
    2
    0 Votes
    2 Posts
    118 Views
    MurtazaM
    Hmmm, this is pretty good idea. I think this can be split into 2 uses. Make a project setting of supported devices. This shares to the hub, and when you play it in the hub it also preserves the device it is desiged for (I think in this case it should auto default to the one closest to your current aspect ratio). An editor setting, to automatically select the desired aspect ratio when running the project from the editor. This way you can quickly test with out always having to switch aspect ratios. Of course in both situations the available aspect ratios will be selectable from the in game menu as it is now. Does this idea solve your problem?
  • More cloud save space

    Help and Support
    3
    0 Votes
    3 Posts
    117 Views
    MrAeon1111M
    If you need a payment, it’s okay… I am full now
  • 1 Votes
    3 Posts
    271 Views
    MurtazaM
    @TutorialDoctor Perfect time to check in. Lots of big stuff on the horizon :)
  • From scene to scene hyperPad not loading all behaviours

    Bug Reports
    5
    0 Votes
    5 Posts
    419 Views
    MrAeon1111M
    I found a solution. The solution is to use a frame event (I forgot the name the first one, the others do not work) directly on tags To pull objects from UI on main layer for example, and if you want these object to stay there durably. Frame event, move to layer (with tag(s))
  • New feature required: Customise alert box

    Comments & Feedback
    5
    0 Votes
    5 Posts
    238 Views
    MrAeon1111M
    If you could make one it would be a great time saver.
  • Upload bug

    Moved Non-Issue
    13
    0 Votes
    13 Posts
    4k Views
    MurtazaM
    @Alexwolf01 said: The button is between my screen and I can’t move it or delete it and yeah, I found a lot of bugs like this it’s so annoying. You should create your own thread with the bug rather than reply to a 4 year old thread that is unreleated. But make sure you're on the UI layer. By default buttons are added to the UI layer, and you can't interact with them until you switch to that layer.
  • New feature required: Destroy all shoots

    Comments & Feedback
    1
    0 Votes
    1 Posts
    66 Views
    No one has replied
  • How to get tags of object from ray casting intersect

    Help and Support
    4
    0 Votes
    4 Posts
    167 Views
    enabehtE
    ah so good, thank you!
  • 0 Votes
    5 Posts
    364 Views
    MrAeon1111M
    It works perfectly, thank you!
  • Object behavior panel freezes

    Bug Reports
    3
    0 Votes
    3 Posts
    209 Views
    MrAeon1111M
    Yes, I try to double tap like 1 million times it didn’t work I tried 1 million and one time and it worked But this time it was scary….
  • How to shoot in a specific direction.

    Help and Support
    2
    0 Votes
    2 Posts
    253 Views
    RobinsonXR
    I think you can benefit from using a wall object. You can apply a velocity on it using Set Velocity and it will continue moving forever. Now to make it move in a specific direction, you do need to use a bit of math. The Set Velocity behavior has x and y input fields. What do you plug into those? Calculate x by using the Sine function. Sine takes in an angle. Calculate y by using the Cosine function. Cosine takes in an angle. Here I take an angle (substitute it with whatever angle you want) and plug it into Math Function behaviors. [image: c238509d-ef26-4934-853f-cae3dedc5d7d.png] [image: 6dc48bdc-0a07-4ada-b7ef-1b1a81b2c6c9.png] Now I take the outputs of the Math Function behaviors, and multiply them. The bigger the number you multiply with, the faster the object will travel. [image: aabe7a88-5d93-4997-8a2d-6625d47b9482.png] [image: ba98917a-9835-4fd3-8b86-883c8fe9361c.png] Finally, plug the results of those behaviors into Set Velocity. [image: b8505dba-89e3-4478-a52a-b9f7ede60bb0.png] In conclusion, given an angle and speed you want an object to travel, you can calculate the x and y velocity to apply to a wall object with these equations: x = Sine(angle) * speed y = Cosine(angle) * speed
  • Cannot publish projects to the hub currently

    Help and Support
    9
    0 Votes
    9 Posts
    885 Views
    Ya7Y
    Okay seems to be completely fixed now. Thanks!
  • Hit by bullet management tips & tricks

    Help and Support
    3
    0 Votes
    3 Posts
    260 Views
    RobinsonXR
    Here's an example on how to use the Boolean behaviors. The Text Operation behavior can also work this way if you wanted to check the prefix of the behavior name instead or something like that. [image: bb2ca4e1-6e1b-42db-a211-bafe127895dc.png] [image: 996639d1-6987-4c39-869b-dc53fd1a9e76.png]
  • Projectile not showing up on layer

    Help and Support
    23
    0 Votes
    23 Posts
    2k Views
    MrAeon1111M
    Wow cool thanks
  • Recruiting for best game that you have ever made!

    General Discussion
    3
    2 Votes
    3 Posts
    914 Views
    Paulo OrsuliP
    Nice I will join with you guys!