• Port hyperpad games to pc?

    6
    0 Votes
    6 Posts
    432 Views
    RobinsonXR
    Best engine :)
  • How to upgrade to developer tier?

    8
    0 Votes
    8 Posts
    601 Views
    SplitMindGamingS
    @Murtaza on the hyperpad app. If you click on the 3 lines on the top left and click on ‘my cloud backups’ it shows the option to go to a developer tier for 10gb.
  • Pivot/weld attach to spawned object

    9
    0 Votes
    9 Posts
    670 Views
    bosswaveB
    @Aidan_Fire Thanks for sharing! My game logic is, unfortunately, not all in one place. There are a lot of moving parts to my game and so I simply don’t know how I would be able to accomplish that lol. My “spawn marker/attach marker” logic is performed by the spawned enemy objects, but I think I thought of a way to accomplish this thanks to your example. And I would definitely share but my project is pretty large and... well I guess the best way to describe the state of my behaviors would be “organized chaos” lol. Thanks again!
  • Ragdoll player

    3
    0 Votes
    3 Posts
    356 Views
    SuperSeanS
    @Aidan_Fire said in Ragdoll player: @SuperSean It can be complicated depending on how you want it to work. I sort of made one that can balance (if you put his feet in the right places) and it's on the hub as Stickman Sports Concept. I also know how to modify that one so that he cannot ever fall over. The hardest part I think is making the rag doll player walk, this is why I gave up on it for the sports challenge. Oh
  • On-screen keyboard button effect

    4
    0 Votes
    4 Posts
    320 Views
    RobinsonXR
    @Unitycube2 You can get the label of a text, combine it with another letter you are trying to type and set the label of that text. This is perfect for making keyboards, because you can control every aspect of it.
  • Is this where you got it?

    3
    0 Votes
    3 Posts
    270 Views
    MurtazaM
    @SuperSean yeah we got a lot of the assets from KeenyNL and often link to his site. We had to make some changes and trimming. But all the assets are from there.
  • Restricted creativity

    2
    0 Votes
    2 Posts
    183 Views
    Aidan_FireA
    @Unitycube2 Find an app that can crop your images to exact pixel sizes. YouDoodle is a free app that can do this.
  • CleanUp Project

    3
    0 Votes
    3 Posts
    208 Views
    SplitMindGamingS
    @Hamed hmm maybe a way it can atleast highlight the sounds that are not in use perhaps. Take a look at my sound folder. About 30% of those sounds were test audio that no longer are in use. If it can highlight what sounds are currectly not in use. It will give us the option to delete it manually. I can also understand your point of view. Some developers may import sounds ahead of time and use them later. The highlight unused audio is probably the safest method to please both worlds. [image: a6590b79-6118-49e2-abd3-f57df2d3420f.png]
  • Set specific collide point

    5
    0 Votes
    5 Posts
    332 Views
    SplitMindGamingS
    @Hamed oh I see yes thats perfect. Thank you.
  • Set show FPS and other testing to always on

    1
    1 Votes
    1 Posts
    123 Views
    No one has replied
  • I think theres a bug with this

    13
    0 Votes
    13 Posts
    695 Views
    SplitMindGamingS
    @Hamed i see makes sense. What i did before you answered this was actually tied my animations with if statements. If flying play flying, if falling play falling, if powerup is enabled play powerup. This seems to work also.
  • Whats the real answer to this

    5
    1 Votes
    5 Posts
    314 Views
    MurtazaM
    You can also create large pixel art by increasing your brush size. For example every 4 pixels is 1 pixel.
  • Any help with box containers?

    4
    0 Votes
    4 Posts
    303 Views
    Aidan_FireA
    @Unitycube2 You can either press on the small button near the Input Field of the box container and you will be given the option to add a value that modifies it, or you can drag the output of another behaviour into the box container and it will read that.
  • Laser

    4
    0 Votes
    4 Posts
    297 Views
    bosswaveB
    @RobinsonX I suppose there is a word for it if I had just taken a second to think about it lol
  • Conditional collisions

    4
    0 Votes
    4 Posts
    396 Views
    StanicaS
    @Murtaza said in Conditional collisions: We have an ignore collisions behaviour. Will this do what you want? https://hyperpad.zendesk.com/hc/en-us/articles/360016443491-Ignore-Collisions ....can't believe I missed that. Thanks!
  • Need help with some math logic

    8
    0 Votes
    8 Posts
    447 Views
    bosswaveB
    @SplitMindGaming Any time :)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Registering only 1 bullet

    6
    0 Votes
    6 Posts
    326 Views
    RobinsonXR
    @SplitMindGaming Great idea! Single register for a single shot.
  • Am I able to design to just this?

    6
    0 Votes
    6 Posts
    346 Views
    SplitMindGamingS
    @Hamed i just tested it out with the exact dimensions that i resized from photoshop. I tried it with relative position on and off and also relative sizing on and off and still get the same misalignment as seen on the photos from the 4.3 aspect ratio to the ipad pro. Were you able to get it to align on your end?
  • How to achieve this

    6
    0 Votes
    6 Posts
    403 Views
    SplitMindGamingS
    @Aidan-Oxley thanks this a very smart approach.