Questions tagged [platform]
Console, computer, mobile... an umbrella term for the hardware architecture and the software framework on which a game is run. Not to be confused with the genre of the same name.
47 questions
1
vote
1
answer
214
views
Trying to package an Unreal project for Windows but it builds the default demo fps map?
This is really frustrating but I made a complicated Unreal Engine level and it built the default FPS project. It didn't build a single asset in my scene.
I would build the project by clicking ...
0
votes
1
answer
400
views
Is a platform an entity in 2D Platform in ECS pattern?
I've been coding a small 2D platformer applying ECS pattern. However, I'm struggling with a issue. When building each platform from tilemap and such platforms need to be collided by other entities, ...
0
votes
1
answer
126
views
How to Change an Icon based on what Collider the Player Hits
So I have a 2D platform game where a player goes around collecting fruit but currently I only have one icon. Currently I use an image on a canvas to display the fruit image. How can I make the UI ...
0
votes
0
answers
1k
views
Make 2d sprite move in unity
At the moment I have a movement script which moves my player in Bothe directions but it only faces 1 way -
...
0
votes
0
answers
3k
views
How can I make Enemy follow the player in unity
I have a 2d platform game where I want the enemy to follow the player for some time
Currently the enemy constantly follows the player -
...
0
votes
2
answers
1k
views
In unity how can I make a checkpoint system
I have a 2D platformer and if my player dies, he goes back to the start, but I want there to be checkpoints.
My current Respawn script:
...
0
votes
1
answer
636
views
How is it possible that I make my player die in unity
So what I have is a 2 platform game where I want my player to die when it hits a trap and go back to the last checkpoint it when past
Currently I use this script:
...
4
votes
3
answers
634
views
If a game is made for Windows or MacOS, and sold for profit, is Microsoft or Apple entitled to royalties, even if it's sold on a different website?
I.e. sold on some website some game developer made, and NOT sold on Apple Store or Microsoft Store.
2) Also, for any game made and sold for their platform, does Apple or Microsoft look at the game/...
2
votes
2
answers
773
views
If Windows 10 store games aren't crackable, why continue to publish on Steam?
I never heard that any of those games that are exclusively sold on the Windows 10 store have ever been cracked. But some games on Steam are cracked days after release, even with the protection of ...
3
votes
1
answer
1k
views
Positioning tile sprites so they connect seamlessly
What is the easiest and the most accurate way to combine tiles into a single platform in Unity, with no gaps, overlaps, or misalignment with the already-placed tiles, so that it looks like one ...
0
votes
1
answer
73
views
Money in different platforms [closed]
So first of all, let me start off by saying that I am not in this to make money as of right now. I'm a novice - however I would like (in the frture) to be able to earn some extra cash on the side with ...
1
vote
2
answers
149
views
Developing a platform - why are age verifications even a thing? [closed]
I'm building an online gaming platform and have bumped into the question of age verification. Checkboxes such as "I verify that I am 13 years old or older" or a slider where you put in your age are ...
2
votes
1
answer
99
views
Unity, Solid Color to link Platforms
[UNITY]
As you can see above a solid color is connecting one platform to another. My question is whether this color must be applied through code or through a sprite. In my game there are three lanes ...
1
vote
1
answer
2k
views
Dropping through a platform in Clickteam Fusion 2.5
I am using Clickteam Multimedia Fusion 2.5. Currently, I have a rudimentary platformer game, with the following setup:
player object is set as a physics platform, with the physics engine added to make ...
1
vote
1
answer
199
views
Unity C#: Game Object Movement Issue
I'm trying to move a game object within a set x and y range. I thought the code below would work, but it does nothing. The idea is the player controls the platform and tries to move under the ball. ...