• Backup and upload

    Solved
    2
    0 Votes
    2 Posts
    330 Views
    Aidan_FireA
    Yes. You can email a project to yourself, airdrop it to your notes save as backup using hyperPad's My Cloud Backups and will be able to update it.
  • Collision bug maybe?

    Solved
    4
    0 Votes
    4 Posts
    688 Views
    MurtazaM
    @Slackersoftworks You'll need to play with the numbers so it suits your project. The default settings are pretty conservative so it doesn't affect performance too much and works in most situations.
  • Custom forums logo

    Unsolved
    5
    0 Votes
    5 Posts
    713 Views
    MurtazaM
    It could be that the feature is disabled. I don't remember if we disabled avatars on not when setting up the forum.
  • Button bug

    Moved
    7
    0 Votes
    7 Posts
    928 Views
    iTap DevelopmentI
    @Unit566 no problem!
  • Indie

    Solved
    5
    0 Votes
    5 Posts
    657 Views
    MurtazaM
    Got your email. Everything should be sorted now :)
  • Parallel?

    3
    0 Votes
    3 Posts
    583 Views
    MurtazaM
    There are a few reasons. Parallel programming is really really hard (not for us.. for you). If things are happening in parallel it's really difficult to sync things up. Your logic becomes very complicated for just making sure things happen at the same time, or they run when they're supposed to. It's not often used for video game logic. Video games are very state based. Do this, if that happens. etc. In parallel programming, the states are all happening at the same time so you're actually spending a lot of time (and behaviours) to just keep track of things. It gets messy quick, and gives off very little reward. The times where parallel programming are useful, are for things like physics engines, and AI. But we handle that (At least physics) for you. So you don't need to worry about it. Did I mention it's really hard? Even now, most apps are not written this way. Unless you're getting into very serious advanced scientific simulations, or things that require a lot of computational power (physics, AI etc. Even these are rarely done in parallel), it's not worth the extra effort. Only in the last few years some AAA titles (games with huge budgets in the high millions) have started doing some things in parallel. Parallel programming sounds cool. But not really something you need in most situations.
  • Game Download feature

    Solved
    3
    0 Votes
    3 Posts
    575 Views
    Andrey GhostA
    Thanks for the answer Murtaza.
  • Banner image help

    Unsolved
    6
    0 Votes
    6 Posts
    906 Views
    MurtazaM
    @iTap-Development said in Banner image help: @Murtaza what changes if you are on retina device? Retina is 2048px wide. So you would need to scale your image by 50% since the hub is not retina.
  • Profile Picture Random Change

    Unsolved
    5
    0 Votes
    5 Posts
    849 Views
    Aidan_FireA
    wow ive never seen that before
  • Double tap

    Solved
    8
    1 Votes
    8 Posts
    1k Views
    DGames135D
    @Jack8680 is not that I'm not happy. I just like seeing people's ideas
  • Copyright

    5
    0 Votes
    5 Posts
    842 Views
    Jack8680J
    @Murtaza okay, thanks 🙂
  • Texture designing apps

    14
    0 Votes
    14 Posts
    2k Views
    DGames135D
    I usually use this app because it can do 8bit drawings and it great fir art https://appsto.re/gb/YsDVv.i
  • Modeling apps

    3
    0 Votes
    3 Posts
    514 Views
    DGames135D
    I saddly don't have a computer but thanks fir the suggestion:)
  • Icon

    Solved
    7
    0 Votes
    7 Posts
    967 Views
    iTap DevelopmentI
    I see, thanks for the help!
  • Reputation?

    Solved
    3
    0 Votes
    3 Posts
    541 Views
    iTap DevelopmentI
    Oh ok thanks!