Build Your Own Universe - Create a Realistic Solar System in UE5!

  Рет қаралды 15,052

Arghanion's Puzzlebox

Arghanion's Puzzlebox

Күн бұрын

[Store, Membership, and Socials]
linktr.ee/argh...
▬▬▬▬▬▬▬▬▬
Take a look at my tutorial on how to simulate a solar system inside Unreal Engine. This tutorial can work in Unreal Engine 4 or 5. It's a very good way to get a grip on Blueprints within the engine so a beginner and intermediate user can achieve this.

Пікірлер: 53
@Notlies673-df1lt
@Notlies673-df1lt 7 ай бұрын
Love it, this tutorial will help a lot with a game I’m planning to make
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 7 ай бұрын
Glad you enjoyed it
@FluridCube
@FluridCube 2 жыл бұрын
Great Video! As someone familiar with using nodes in blender and programming in general, this was a great way to learn the basics of the Unreal Event Graph! It also helped i wanted to model out some fake solar systems :)
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Glad it helped
@yoneyone5173
@yoneyone5173 8 ай бұрын
great video, you can make a video on how to create a landable planet
@neveridel
@neveridel 3 ай бұрын
Hello! I've got a question: how can I make this solar system scene interactive? As an example: I want to have a stationary first person character who is able to pause the game, rotate/zoom/pan the solar system, click on the planet and open the menu widget. Thanks for the great video!
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 3 ай бұрын
Hi. I've sort of done and made the implementation for this project found here: kzbin.info/www/bejne/mGLbcpuwbdtphbs I haven't made a tutorial for the whole menu part, but this particular project does have menu functionality with options and ability to load maps etc. Let me know if that is of any help.
@neveridel
@neveridel 3 ай бұрын
@@ArghanionsPuzzlebox much appreciated!
@shakaama
@shakaama Жыл бұрын
would it be too crazy (without having AAA gaming computers) to make the solar system true to size?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox Жыл бұрын
There are quite a few limitations in unreal engine but there are other game engines that have done something similar. Check space engine.
@emiliojrodriguez6522
@emiliojrodriguez6522 Жыл бұрын
I am interested in creating the relative movement of planets, moons etc...
@Thorrwulf
@Thorrwulf Жыл бұрын
Awesome, works perfectly!
@tevx9670
@tevx9670 Жыл бұрын
nice one thanks
@enriquehirshfeltikov2395
@enriquehirshfeltikov2395 2 жыл бұрын
If, say I was to use actual mathematical values for say mass/gravity and a random of say orbital plane etc. Do you think this could be used as say a procedurally generated star system with anything from a single star, binary star, or the rare trinary star system?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Yeah. Potentially. But as to how you would get all of that done I still don't know. I'm trying to sort out custom gravity right now but so far I haven't been successful.
@enriquehirshfeltikov2395
@enriquehirshfeltikov2395 2 жыл бұрын
@@ArghanionsPuzzlebox well I know that you can specify gravity in UE the argument of gravitation constants.... I'ma have to play with that, but was looking for a foothold.
@jakesgoryadventure
@jakesgoryadventure 7 ай бұрын
One thing I am wondering is if UE5 could derive gravity on day, your simulated earth using the mass of the planet, your distance from its core, the mass of the sun, and the distance from the sun. Can you get it to set up a realistic orbit by giving it the mathematical values?
@UltimediaProductionsPH
@UltimediaProductionsPH 2 жыл бұрын
Great stuff as usual!
@_pastras
@_pastras 2 жыл бұрын
Are you using a point light to cast light in all directions?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
I actually just used the emissive of the star. But a point light can work. If you want rays, you can use a directional light with some clever camera positioning.
@EkkiKakinaki
@EkkiKakinaki 2 жыл бұрын
I really like the theme of your lessons. Tell me how to make the planet spin on its axis. Thank you!
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Normally I just add a planner in the material to fake rotation. But if you want the actual mesh to rotate, just use a simple rotator inside a blueprint with the mesh as the target. It will make it rotate around its own pivot.
@NightVisionOfficial
@NightVisionOfficial 2 жыл бұрын
Can you do a video on how to make the sun and the moon using the light? It's for the sky.
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Seen from the planet surface?
@NightVisionOfficial
@NightVisionOfficial 2 жыл бұрын
@@ArghanionsPuzzlebox yes, i haven't found it yet. I would like to have the moon like there's the sun when you have the light
@ErrRationale
@ErrRationale 2 жыл бұрын
Great channel, I'm certainly keeping locked on your progress and videos. You've helped me solve an issue I was having before in another video! I was wondering if you've had any experience with the MaxQ Spaceflight toolkit for UE?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Glad to help. I have it but not used it at all. We do have someone on the Discord Server that was heavily working with a similar setup like this toolkit.
@shakaama
@shakaama 2 жыл бұрын
Hi, I think I messed up, setting up the project. is it just an empty project? you can't set it a 3rd person or 1st person?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
I've used a blank project but any template should work.
@pickard1988
@pickard1988 2 жыл бұрын
Hi, I'm new to UE, at any point do you show us how to set up the lighting for this scene? like making the sun a light source while still being able to see in the scene for example, I can't seem to find something like this
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Hi. Glad you decided to try Unreal. For this particular scene, the Directional Light is used to fake light emitting from the Sun as at such a scale, the scene would not be lit from the emission of the Sun Object itself.
@a.s.b.
@a.s.b. 8 ай бұрын
would it be hard to make a solar system completely procedurally generate using this? (obviously modified a bit, but hopefully not that much)
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 8 ай бұрын
Quite a lot of work is involved but yeah, it's possible. Joint the discord server as there are some people currently talking about it
@_pastras
@_pastras 2 жыл бұрын
Tell me about that star shader? Looks fantastic
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Here is a lengthy tutorial on how to make it kzbin.info/www/bejne/oauqe2h8g8p0ebM
@faradaysinfinity
@faradaysinfinity 2 жыл бұрын
Amazing!!!!
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Thank you
@peter486
@peter486 2 жыл бұрын
welldone man
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Thank you
@itsameamiaaa
@itsameamiaaa 2 жыл бұрын
Question! I tried making a moon orbit a planet but it sort of has a slighshot more oval path than a circular same distance all around path. How do you fix that?
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
This has happened using my settings? only thing I can think about is that the meshes aren't positioned in the center properly or that their origin points are offset.
@itsameamiaaa
@itsameamiaaa 2 жыл бұрын
@@ArghanionsPuzzlebox that was it! I figured it out a day later but yeah the mesh wasn't centered
@jstara9125
@jstara9125 Жыл бұрын
@@itsameamiaaa Do you mind explaining how you resolved it as i have the same issue. I tried changing the Static Mesh to another sphere and I tried centering the Mesh Pivot point however both fail to resolve it
@itsameamiaaa
@itsameamiaaa Жыл бұрын
@jstar a its sort of about putting something in the center, its been a while so i dont remember but there is an icon or some sort of controller that you need to move so it is in the right place
@Anm8or
@Anm8or Жыл бұрын
I am having this issue as well. I am not able to locate the setting that will center the static mesh. does anybody have the solution for this slingshot type issue?
@giancarlomartinez5630
@giancarlomartinez5630 2 жыл бұрын
Wow!!!
@RSProduxx
@RSProduxx 2 жыл бұрын
doesn´t move at all... paused step by step and made sure all connections are correct... i have 2 spheres in that scene, 1 as parent for the BP, the other ist just there... nothing moves when I press play...
@ArghanionsPuzzlebox
@ArghanionsPuzzlebox 2 жыл бұрын
Hi. I'm 100% sure this works if the setup is done right, I am not sure what could be wrong in yours but feel free to join Discord and we can look over it there.
@RSProduxx
@RSProduxx 2 жыл бұрын
@@ArghanionsPuzzlebox mh okay, I might actually :)
@shakaama
@shakaama 2 жыл бұрын
this guy needs to accept that his hairline is aggressively marching towards his eyebrows and just go with it.
@emiliojrodriguez6522
@emiliojrodriguez6522 Жыл бұрын
I have subscribed to patreon I think your content can help me in my project
Unbelievable! Make a "Black Hole" in UE5 - Tutorial
40:59
Arghanion's Puzzlebox
Рет қаралды 19 М.
[UE5] Simulating Gravity in Unreal Engine 5
15:00
Devlog ∈ Sadgi
Рет қаралды 13 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
How to Create a HUGE Procedural Planet in Unreal Engine 5
9:55
Gorka Games
Рет қаралды 51 М.
How You'd Look Living on Different Planets
26:22
BRIGHT SIDE Series
Рет қаралды 6 МЛН
How to create a new Space SkyBox In Unreal Engine 5
11:47
UE5 BP GURU
Рет қаралды 33 М.
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,7 МЛН
How to make Realistic Space scene in unreal engine 5 | IN ENGLISH
6:06
Introducing EasyRain for Unreal Engine 5
12:40
William Faucher
Рет қаралды 144 М.
Colliding Things At Orbital Speeds in Kerbal Space Program
19:04
Scott Manley
Рет қаралды 637 М.
Make a PLANET in Unreal Engine
7:16
Kevin “XGibbousX” Bikhazi
Рет қаралды 89 М.
World Composition for Space Games (UE4 Tutorial)
25:00
Grimmstar
Рет қаралды 64 М.
FREE Planet Blueprint for Unreal Engine - Tutorial
19:22
Aharon Rabinowitz
Рет қаралды 31 М.