Hi, 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.
MrAeon1111
Posts
-
Automatic aspect ratio needs to stop -
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. -
How to shoot in a specific direction.Hello
I have an enemy shooting at me.
How can I do that?
With move to it works until my character, but the projectile doesn’t continue as its trajectory. It stops.Trying to improvise with sin and cos without popper tutorial, it’s impossible for me. doesn’t make sense to do anything with a proper tutorial anyway.
The shoot button doesn’t work cause of many issues, layer problem and obviously the bullet not being an object.
So how do I shoot in a specific direction?
Where do I get my angle from?
Does anyone have a proper tutorial on how to shoot in a specific direction?I saw the tutorial with the joystick shooting direction… but it doesn’t help at all for what I’m doing. I still don’t understand how to get the angle and it’s a complete different scenario.
It’s a simple bullet hell so one object shooting at another object, but the bullet must continue its way not stopping at the object B
Can you please give me a hand?
Thank you -
Hit by bullet management tips & tricksHello,
Can you please give me some advice? How to manage that?
I am working on the bullet hell.
I have enemies shooting with shoot.
When I choose hit by bullet I have to choose the source of shoot every single time?
So if I have 100 enemies shooting three different type of bullet each. How do I manage that?The bullets are not objects unfortunately.