• Is this where you got it?

    3
    0 Votes
    3 Posts
    581 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
    383 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
    511 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
    738 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
    224 Views
    No one has replied
  • I think theres a bug with this

    13
    0 Votes
    13 Posts
    1k 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
    614 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
    686 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
    717 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
    757 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
    861 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
    492 Views
    RobinsonXR
    @SplitMindGaming Great idea! Single register for a single shot.
  • Am I able to design to just this?

    6
    0 Votes
    6 Posts
    634 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
    886 Views
    SplitMindGamingS
    @Aidan-Oxley thanks this a very smart approach.
  • Is the final build more stable?

    12
    1 Votes
    12 Posts
    1k Views
    bosswaveB
    @Hamed I would love to but my project is actually top secret for the time being lol. I believe I had a similar issue with double champion but that was probably due to the poorly organized game logic.
  • Will this affect performance?

    4
    0 Votes
    4 Posts
    526 Views
    HamedH
    Off screen objects don't get "drawn" but they can have logic running on them. If they are physics objects like @bosswave described, then they will affect performance since they are part of the physical world. e.g if two objects bump into each other off screen, the bumped object could make its way back on screen
  • Pause game?

    7
    0 Votes
    7 Posts
    826 Views
    Aidan_FireA
    @SplitMindGaming At the moment time scale affects EVERYTHING and there's no way to change that as far as I know. If you wanted something to stay unaffected you would need to go with custom coding it so all your objects freeze. It depends on the object though, I think it might be possible to move an object while time is frozen but only using Move To Point with 0s duration (I haven't tested this though).
  • My iPad pro

    9
    0 Votes
    9 Posts
    947 Views
    SplitMindGamingS
    @Hamed I tried what you said and now it looks right on an iPad Pro aspect ratio but the images are off on the 4.3 aspect ratio. It’s fine you don’t need to worry about. I’m good with it only looking right on the 4.3 scale. I’d rather have u spend your time on implementing other things like lighting :)
  • Is this a HyperPad limitation?

    10
    1 Votes
    10 Posts
    1k Views
    SplitMindGamingS
    @Murtaza ok yes I understand now. That would be perfect.