I see, thank you, man
MrAeon1111
Posts
-
Optimisation tips and tricks -
Optimisation tips and tricksHello, I would like to know how to optimise everything.
The build time is extremely long now.
I also have to close hyperPad and reopen it before I can start the game.
I was wondering what might be causing this. Could it be that my in-game images are too large, or is it something else? I honestly have no idea. -
Automatic aspect ratio needs to stopHi, I’d love to be able to start the engine without having to manually change the aspect ratio every single time.
We should be able to choose an aspect ratio once, and when the game launches, that aspect ratio should be respected.
I use an iPad Pro, but I need to build the game for iPad.
So every time I launch the game, the aspect ratio is set to iPad Pro.
It’s a nightmare.
A slightly smoother professional version:
I’d love to be able to start the engine without having to manually change the aspect ratio every single time.
We should be able to select one aspect ratio, and when the game launches, that aspect ratio should be preserved.
I use an iPad Pro, but I need to build the game for iPad.
Right now, every time I launch the game, the aspect ratio is set to iPad Pro.
It’s a nightmare. -
More cloud save spaceIf you need a payment, it’s okay…
I am full now -
Timer and wait before move to object stop workingNever spawn an object from itself.
-
Timer and wait before move to object stop workingHello,
Everything is in the title.
I try to put a timer before a moved to object and doesn’t work.The wait also doesn’t work as well
-
More cloud save spaceHello,
Is it possible to get more cloud save storage?
Thanks -
From scene to scene hyperPad not loading all behavioursI 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))
-
From scene to scene hyperPad not loading all behavioursThe layers behave completely weird recently.
Is there any proper way to manage this?Because it’s unusable to be honest… it’s completely bugged.
Should we avoid them entirely?
Is there a proper way to work with them?
At the start of scene, I try to pull stuff from global UI to main layer it’s nearly impossible.If you have a clear explanation, how to manage that I would like to hear it because I have to recode everything from scratch now without layers.
-
New feature required: Customise alert boxIf you could make one it would be a great time saver.
-
New feature required: Customise alert boxThen It would be nice to have a complete customisable system for alerts.
The alerts are needed everywhere in a lot of objects.
Since copy and paste does not work the best solution would be to have a node for it. Is it doable on your side? -
New feature required: Destroy all shootsA new feature is required for all shots. When the Shoot function fires something, it would be useful to have an option to destroy all bullets at once. For example, when the player kills a boss, all remaining bullets could disappear or be destroyed immediately. Is there already a function like this, or could it be added?
-
New feature required: Customise alert boxHello,
The new version is superb!
The Z-axis shoot modification changes everything.
The ability to delete arrays by element is also very welcome—it makes things much simpler.
It would be great to be able to customize alert boxes, including fonts and the box design, so they look more like a video game interface rather than a standard PC interface. -
From scene to scene hyperPad not loading all behavioursRight now, I cannot reproduce the problem. sometimes it happens.
I will let you know when I will have a proper explantation. -
How to properly display the text from an array in a labelIt works perfectly, thank you!
-
Object behavior panel freezesYes, I try to double tap like 1 million times it didn’t work
I tried 1 million and one time and it workedBut this time it was scary….
-
Object behavior panel freezesHi,
I have an object that I use for game logic, and when I open it, it freezes.
Usually, it is quite easy to fix by changing the iPad orientation—switching between portrait and landscape mode unfreezes everything—but not this time.
Now, whatever I do, I cannot zoom in, zoom out, or move within the Object Behavior panel. It is completely stuck.
It is impossible to move, rotate, or do anything inside it. I have tried reloading everything and logging out, but nothing changes. -
How to properly display the text from an array in a labelHello,
I would like to display the text of an array in a label without the parentheses and the “” just the text.
From
[Apple””Cat””Bear]
To
Apple Cat BearIs there an easy way to do that?
Thanks.
-
From scene to scene hyperPad not loading all behavioursHi,
From one scene to another, HyperPad does not load the behaviors correctly. I am navigating through multiple scenes, some of which use the same settings, but HyperPad fails to load all the behaviors. However, when I load a scene independently, everything works perfectly.
Do you have any idea what might be causing this?
I am already familiar with the usual layer-related issues, so that does not seem to be the problem. It only works when I restart the scene while already inside it. But when I enter the scene from another one, it does not work.
It seems quite strange, so I might be missing something. Please let me know if you have any idea what could be happening.