Flare Engine - 2D Platformer Tools (for Unity)

  Рет қаралды 4,386

TwoBitMachines Dev

TwoBitMachines Dev

Күн бұрын

Пікірлер: 36
@BluesInSeattle
@BluesInSeattle 2 жыл бұрын
I love what you are doing here. I hope you can get more people to purchase and build a community. I bought a license to support you and I'll post a video or two to show people what can be built with it.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
I appreciate the kind words! If you run into any issues or want to request a feature, let me know! Edit: In the mean time check out the tutorials. More on the way!
@pnvgordinho
@pnvgordinho 2 жыл бұрын
Congrats. This looks amazing.
@kemsjay3980
@kemsjay3980 6 күн бұрын
Was not expecting to hear The Suffering Game OST on a unity asset video 😆
@bobbville
@bobbville 2 жыл бұрын
Loving the ai!🍻🍻
@xxxxxxxxxxxxxxxxxxxxxxxxx981
@xxxxxxxxxxxxxxxxxxxxxxxxx981 2 жыл бұрын
Looks great!!!
@samooniyaksaman9509
@samooniyaksaman9509 4 ай бұрын
Hi, can you add going up and down to rope in 0:15 , I mean climbing up or down to the rope that you hanging
@twobitmachinesdev4757
@twobitmachinesdev4757 4 ай бұрын
Yes, this is a possibility. Though I have not tested this in a while.
@NikoBellicXDS
@NikoBellicXDS 2 жыл бұрын
Not planning on making any platformer game right away, but this does look pretty interesting, any demo game to try out? (usually there is a web or desktop demo so one can try it out and get a better idea of what can be done with the engine/asset). So far it looks really nice, and feature-rich, even for 50 USD, nice work!
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Hopefully I can make a web demo soon. Right now it's 25$ due to the launch promotion. Thanks for you inquiry!
@VhsGO
@VhsGO 7 күн бұрын
Hello, I am delighted with the work you have done! There are a large number of mechanics and it is convenient to use the provided tools. however, I have encountered difficulties when trying to implement a rotating room. No matter how I try to implement this mechanic using Flare2D, the character behaves incorrectly. could you help with the solution/give a hint how can I do this mechanic?
@twobitmachinesdev4757
@twobitmachinesdev4757 7 күн бұрын
I'm sorry, but the player controller (and ai) cannot work with rotating collisions. The palyer can use slopes and even run around a room, but if the platform itself is rotating, that cannot work.
@VhsGO
@VhsGO 7 күн бұрын
@@twobitmachinesdev4757 Got it, thanks for the reply)
@OscarFernandez
@OscarFernandez 2 жыл бұрын
Seems very solid. Does it have sliding down a slope? Or Slope slide like mario games ? Does this support organic grounds to use with Sprite shapes ?
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
I will add slope sliding on the next update (also, player abilities can always be added if you know how to code). As of right now, the collision system does not detect curved sprite shapes. If it's feasible, I will find a way to make it work.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Hey there, I'm not sure if you ever got the tool. If you did, did you ever try using organic grounds? I have finally moved on to this part of the to do list.
@pnvgordinho
@pnvgordinho 2 жыл бұрын
Can I make a suggestion?. DK on the wii. The ability to jump from the foreground to the background. Another suggestion, Mario galaxy gravity with any shape. If this gets the Mario galaxy gravity, I would buy it for sure. :)
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
I actually haven't seen that before, jumping from foreground to background. Show me a video of this. And I'll see what I can do about mario galaxy gravity. Maybe I can get something to work with circles and rectangles.
@pnvgordinho
@pnvgordinho 2 жыл бұрын
@@twobitmachinesdev4757 for the jumping, check the game Mutant Mudds. The Mario galaxy gravity, I think it would be better to not to work with circles and rectangles. It would be better, I think, to work with a shape that you draw. To explain better, Im going to email you some images. Thanks.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
@@pnvgordinho Okay, that would be helpful. Thanks!
@pnvgordinho
@pnvgordinho 2 жыл бұрын
@@twobitmachinesdev4757 Just sent it. And thank you.
@pnvgordinho
@pnvgordinho 2 жыл бұрын
Is there any plans to make this but with 2.5d?.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Hello there. Well, I haven't tried 2.5d, but I suppose it should be possible. Just use a perspective camera with 3d assets. The character controller should still work as long as you are using a boxcollider2d and sprite engine with unity animations.
@mikazora423
@mikazora423 Жыл бұрын
Hey, where I can buy the engine?
@twobitmachinesdev4757
@twobitmachinesdev4757 Жыл бұрын
Hello there, this works inside Unity. You can find it in the unity asset store. It is on sale right now.
@Franck-dm9vo
@Franck-dm9vo 2 жыл бұрын
When will it be available ? At what price ?
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Hopefully before the month is over. It's simply awaiting Unity approval. It's 40$, but it will launch with a 50% sale. Edit: The price will actually be 50$ since I've added Safire 2D Camera to it. I was planning on making this change in a few months, but Unity is taking a bit long and I managed to polish up the camera tool.
@Franck-dm9vo
@Franck-dm9vo 2 жыл бұрын
@@twobitmachinesdev4757 I have now bought it. It looks cool. Do you plan to make video tutorials? I think that would be a good idea.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
@@Franck-dm9vo Yes, I will be making some basic video tutorials. Look for the first one in the next couple of days. For now, I do recommend to read the docs. Thank you!
@studiomonster-c9l
@studiomonster-c9l 2 жыл бұрын
Does it publish for android with controls built in?
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Yes, android should be no problem. Right now you have to connect UI buttons to the inputs in the system. I'm looking to expand this area more as many people are asking about it.
@studiomonster-c9l
@studiomonster-c9l 2 жыл бұрын
Awesome!
@placeholder4289
@placeholder4289 2 жыл бұрын
Hey i'll paypal you US50 bucks if you make a tutorial on how to do what I last wanted. The whole start with 1 jump but then touch an item and unlock double jump. Can't figure out how to unlock powerups and not just start with them. As you can see I am noob.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
Thanks. Starting in the new year, I will look into creating a place for text based tutorials. Hopefully I can start this process next week.
@twobitmachinesdev4757
@twobitmachinesdev4757 2 жыл бұрын
twobitmachines.github.io/FlareEngineTutorials/index.html
@mumulin5644
@mumulin5644 2 жыл бұрын
looks awsome!
PERFECT Tilemap Sorting Layers - Top Down Unity 2D #3
13:16
Game Code Library
Рет қаралды 8 М.
Unity 2D SCENE MANAGEMENT Tutorial
5:36
Rehope Games
Рет қаралды 39 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
TOP DOWN MOVEMENT in Unity!
22:30
Brackeys
Рет қаралды 1,2 МЛН
How I Made a 3D Platformer in 2D Game Engine
21:23
ggenije
Рет қаралды 602 М.
Easy Tilemaps and Dynamic Auto Tiling - Unity 2D
5:50
Game Code Library
Рет қаралды 33 М.
How to handle slopes in a Unity 2d platformer game
10:57
Sunny Valley Studio
Рет қаралды 23 М.
Flare Engine - Basic AI Part 1
6:26
TwoBitMachines Dev
Рет қаралды 2,2 М.
【Unity】2DアクションテンプレートFlare Engineを紹介【ひろはす】
8:30
ひろはす ゲームクリエイター養成所
Рет қаралды 22 М.
Flare Engine - Player Tutorial
7:34
TwoBitMachines Dev
Рет қаралды 6 М.
How Do Game Devs NOT Overscope??
9:04
Green Light Dev
Рет қаралды 18 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН