What have you been making in UE lately?Previous: >>851306
I just switched from Unity and finally finished the tutorials I was watching for the past 3 weeks. I'd like to know if someone could direct me to:- Some projects (Highly welcome: 3rd person action games and platformers) with a nice/pro coding structure/architecture. Just some well writtend c++ code- Any resources that shows you how to modify an animation BP on runtime? By that I mean change the animation clip supposed to be played for the x input.
>>875457First thing anyone should do is look at the "Content Examples" provided by Epic in the Marketplace. They provide a list of extremely useful BPs on a wide range of features.Then look through the marketplace and download every single full project. Open it up and take a look at how people do things.
>>875162is help thread also?why my engine crash all the tiem?!!1
>>875598Its part of the engine, do not owrry.
>>875598try deleting derived cache folder either for the engine or the individual project folder. That helped me a while ago I think.Is there a way to record animation onto a control rig instead of to the skelton that it's driving?
>>876795I guess I need a way to record only livelink data and then apply it to my character's control rig. I feel like Im close but still so lost.
>>875598because you're running on a potato pc
>>876841Not him but I have a 5800x+3080+32GB RAM yet UE4 still crashes all the time. Your only salvation is to religiously punch in ctrl+shift+s as you work.
>>875457What tutorials did you use? What do you recommend for learning?
>>876967Not gonna lie, the best starting point is Epic's learn portal, I just discovered it and regret not starting with that. After that, you can type the type of game you want to make in Youtube + tutorial and follow along, best method to learn is to do.
>>877099Thank you very much kind soul :^)
>>875162should i honestly just switch from blender cycles to unreal engine. i could also switch to arnold aswell, pirating maya is not really a problem
>>877216Your 50 dollar laptop with linux can't run unreal
Is it "theoretically" possible for someone to go to the UE Marketplace library and add a bunch of paid assets into one new project, upload it to GitHub or somewhere, and then someone on the internet downloads that project (containing all the assets), and simply migrate things that want to use to their own project?
>>877665If I was epic games, I would fuck you.
How exactly do you make two characters interact with each other? I just want them to handshake, but I cannot figure out how to make two NPCs synchronize with each other.
Bumping this >>875457 but anyone could recommend me Youtube channels that are C++ focused (balanced with BP ofc) for Unreal ?
>>877833Probably easiest to do this with an event that they're cast to from, right?
>>877837By any chance is it called Play Montage?
Anons, I know it is a stupid question nut I'm at my wits ends after googling straight for 2.5days - is there place where you can get some paid assets for free for testing before shilling out a shekel?Namely interested in:Ultra Dynamic SkyDon's Dynamic Mesh EffectsSimple TCP UDP socketEOSCoreSteamCore
>>879205I don't think so bro, what would prevent you from making the tiniest changes and claim the asset as you own.
>>879392what
Where does /3/ stand on UE3/UDK? Was it good?
>>880189>UE3/UDK? Was it good?Only when used for JRPGs like The Last Remnant.
UE3 >>>>>>>>>>>> UE1 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> UE4/5
>I hate reflection captures PART 53I have no clue how to get sharp contrast between reflections and rough parts like in TLOU2 for example. They had very clear, I'd say even overpowered reflections on floors, but I can't get it right in UE4. It's too muddy and flat.Yes, I work with UE5 now and it's lovely, but I still have some projects in UE4.
How can I have a bright deep red lighting in the scene without getting these yellow spots? They happen if I increase the brightness OR decrease the temperature too far. But if I don't do that I won't get those super red intense lights like e.g. in Control game.
>>875162Fuck installing Unreal (inb4 here's how to do it, I got it installed, I just wanna complain about this). 100% disk usage, nothing works on my computer, everything lags the hell out. I think I got a virus. If I had known how much of a pain of an ass it would be to install it, I would have pirated it
>>881960Your PC probably isn't strong enough for it then. Installation can't be more simple t b h.
>>881961I can run Unity and Kenshi (with long loading times)Is my PC really that bad? Fuck. I wanted to use Unreal because in SWE industry there's a lot of unreal jobs, and I would like develop a game in it.Oh well, thanks for clearing that my PC is shit.
>>881960>>881965Studios want you go start on the latest versions. They're drastically different from the new ones, what are your system specs?you need at least 12 gigs of ram to use it
Who has switched to C++ after knowing blueprints?Was it easy?
>>882777https://www.tomlooman.com/unreal-engine-gameplay-framework/
>>882792Thank you, this helps a lotAre there any plugins or something you recommend for programming with Unreal for a semi-beginner with C++?
>>882794You are probably further a long with Unreal than me (I am still learning blueprints and don't know C++). I just thought I would share a useful resource with you. This general is really slow, however, and probably not the best place to seek answers.
>>882796I don't consider myself that advanced, so, no problem, this helps a lot anyway, thank you
Is he right?>>883075>Nanite will tell you to go fuck yourself. >Nanite is only for non deforming meshes you retard. Even if it weren't you still have the problem of shitty topology, no proper loops and not enough performance to deform a million polygon mesh. >Thinking that new tech will magically allow you to be super sloppy and lazy without having to put effort in is the sign of a no-talent shit for brain who is NGMI.
>>882777Check out the gamedev.tv course for UE4. It shows you the perfect blend between C++ and Blueprints.People always assume blueprints are easier but worse for performance, but in reality, blueprints are often more confusing and difficult to work with in certain situations, on top of having worse performance. Learning when and where to use C++ is a crucial skill when working in UE.
>>883099Thank you for the input, would you mind linking it? I'm looking for it right now but I'm not sure which one is the one you mean, is it this one?https://www.udemy.com/course/unrealcourse/?couponCode=FORUM2019And yeah, I'm currently trying to get into C++ because blueprints are quite easy for me to understand but they are very limited on what you can do with the engine
>>875457What made you switch from unity? I'm interested in doing a 3d platformer but dunno which engine is better for that goal, all I've seen use unity but there are only like 3 recent platformers that i ever heard of so I can't trust that.
>>883105It all depends on your programming skills, if you have any background programming with any type of C variant then both can work for you, if you are not a programmer then you can use either Construct in Unity for simple projects or use Blueprints in Unreal, both 3D and 2D platformers can be done on either engine as well
>>883107I know some programming so I won't be stuck with only blueprints, so it comes down to which one i like better aestheticly?
>>883108I'd say so, of course both have very different ways of managing things.I recommend Unreal because you get a nice looking scene from the start and you have some easy prototyping tools as well contrary to Unity where you build from the ground up to get a nice scene or prototype.But beyond that, it's all preference if you already can manage programming
>>883104That's the one. That's the best course for getting into UE4 gamedev, along with the official courses by Epic (some of them are made by the gamedev.tv guys. Check out the one on converting blueprints to C++).
>>883098Partially. Yes, you still need to have good geo for animated objects. BUT, for individual props that don’t animate, the workflow is currently: sculpt, decimate slightly, unwrap (this part is now very messy though, but depends on mesh density and it works similar to unwrapping organic meshes like rocks), bake even higher poly mesh and texture normally. Visually it’s better and you don’t have to properly retopo so it’s a freeing feeling that you can fully create the prop in zbrush and use as much alpha brushes for details as you want, especially for hard surface greeble stamping, incredibly easy. No worries how to cleanly retopo later (because it won’t be lol), decimation master is enough. I’m pretty sure Megascans assets have a “messy” geo like that so you can download them and see how they look.
>>883139>decimate slightly,Why?
>>883144To keep it under 1 million for better performance and less memory. Still no sense to import 50 milllion tris pencils if it isn't necessary.
>>883151I thought the whole point of nanite was negating the performance deficit you typically get from high poly?1 million? ZBrush sculpts often get to 7 million+ polys. Decimating to under 1 million is more than just a slight decimate.
>>883153I guess it depends on the scale of the object, large objects can probably afford to go much higher. It is still infinitely better than what is currently possible.
>>883098completely correct. At this point, Nanite is for shovelware scan asset walking simulators.
>>883120Alright, I'll check that out, thank you
Is Unity better than Unreal?
>>883458Define "better"
>>883098Straight out of zBrush into Nanite was always a meme. UVing 10 million poly models with no loops is a lot more of a headache than just remeshing to something reasonable, UVing that, then subdividing to get the complex silhouette (and keeping it low 6 figures is probably more than enough). But it's basically only for static rocks anyway, so who gives a shit? Plus that stuff is increasingly done procedurally or with scans anyway.
Is it worth having an Unreal thread on /3/?
>>883523I agree until the last sentence. It's exactly like that, sculpt and retopo usually to a few hundred k, then UV that. But it's for ALL static assets, not just rocks lol. You are aware most of the assets are static, right? It's far from being useless. Even a door is still static even if it can be opened. There are not that many props that require complex deformation (obviously it depends on the project, but it's still mostly static props literally everywhere).
If I were creating a series of weapons for an action RPG video game, what is the best practice? Creating individual C++ scripts for each weapon, or creating one C++ file that holds all the weapons?
>>883527Well, Unreal Engine has grown out of the game making sphere for quite some time now, I think it makes sense that people try to use it as a rendering and texturing software more than a game making tool.Sure, the risk of having game discussions rather than on topic discussions is high, because it is a game engine, but you cannot ignore that 3d computer graphics are basically ingrained in the modern era of videogames, I belice thay one day this board might be changed to any type of computer generated content, it might not sound good but to me it sounds like a logical step to take
>>883527Is there a better place to have it?
>>883523I'm sure someone will find a way to create a friendlier low-poly proxy mesh for UV-ing and then translate that UV to the original mesh.
Been transitioning from rendering in Blender to rendering in Unreal Engine 5 because of the GPU crisis (my poor lil Pascal GPU's feeling the age and I've been meaning to get an RTX GPU to replace it). So I just found a way to get Blender's Filmic color transform into Unreal. Yeah, I'm thinking dis gon be gud.
>>883840For saving time and memory, I would say the last one is better.That way you can have a class where you have all the possible actions of a weapon, including variables, functions, etc.And all the upgrades info would be stored in the player or in the player controller as things like ammo, powerups, etc, would remain in the players inventory.If the player can die then a lot of stuff should be stored in the player controller id you want to retrive that info even if the player dies, there and maybe in the game instace for saving those values if you want that
>>883845Why the hell would you replace aces with filmic
apologies if this is a common question in this thread but i'm on /3/ for the first time.my computer cannot run UE5 (old macbookpro).i was going to try out Paperspace cloud service using one of the GPUs in the picture. coming from apple i know nothing about GPUs. has anyone used paperspace or another cloud service to use UE & what is like? is either a P4000 or RTX4000 good enough to run UE5? i am only going to do beginner tutorials because i am total noob.
>>884087Nah, the amount of money you spend on that could go towards a new gpu.
>>884087>s either a P4000 or RTX4000 good enough to run UE5?yes both should be fine (the latter obviously much better), but I have no idea if it is practical to have UE5 run in the cloud. If all you're going to do is beginner tutorials, why do you need UE5? Its still in alpha/beta and not officially released. If all you're doing is beginner stuff, use UE4 instead. They differ mostly when it comes to UI and some highlevel stuff you won't need.
>>884087>using apple productsbiggest mistake of your life.If you are willing to pay for using a cloud provided computer you might as well save up for a real one even more if you are planning to work for long periods of time on a project with UE5.Best thing would be selling your current computer and invest on a PC.If you (for whatever reason) don't want to do that, then I would say it depends on what you are planning to work in with UE5 and your connection quality.Have you worked with UE4? As you said you were a noob then learning the UE4 architecture would be better before jumping to UE5 and before investing some money in the process.
Yes!Let's GO
>>884130thanks. i will try setting it up with the rtx4000.>why do you need UE5?i was going to do the UNreal Sensei beginners course (is that a decent beginners course? looks popular)https://www.youtube.com/watch?v=gQmiqmxJMtAand figured it would be best to go into ue5 than ue4 and then have to learn the new functions. >>884136>biggest mistake of your life.need it for work & music things. has been a better decision than upgrading windows laptops until now when GPU is important as it never was before.>If you are willing to pay for using a cloud provided computer you might as well save up for a real onethat might be worthwhile down the road & it is a pity that it looks like ue5 won't be great on the new macbookpros if people's thoughts are correct, but as i have about 10, maybe 15 hours a week to spend on learning ue5 the $40 a month is not a big deal if the cloud runs it. thanks for the replies. i'll choose the rtx4000 machine and see how it works out setting up the demos.
>>884087UE5 has lengthy compile times if you aren't using blueprints
Anyone installed ALSv4, the community C++ version? I'm trying to change the input mapping of the Z action (the one that makes the game go in slow motion) but I can't even the mapping in either the editor or in the DefaultInput.ini file.What to do to disable this shit?
Is a GTX 1060 6GB good enough for UE5?
>>884471For the preview they said that you should at least have a 1080 but apparently, it seems that it can run smoothly on yours, just try it out I guess
Doing a scene on UE5 where a window is a focal point of the scene. Didnt know that apparently ue5 lumen doesnt support glass material, and I dont have hardware ray tracing. Am I fucked ? Can I convert my ue 5 to ue 4 ? Or am i confused with glass worfklow
Hello, regular Nanite shill here. I have to say I don't know if this workflow with sculpt - decimation - unwrapping incredibly messy LP will be a thing in the future. Yes, it's nice to not have to think about retopo and just sculpt everything like a madman zbrush cowboy, but LP and UV part of the workflow is an absolute pain and it takes like 5 times as long, at least for me.
>>885280Can you not just render glass normally without lumen or raytracing? Quality will be shitty in comparison ofc, but that's how it has been done all this time. But yes, glass doesn't work with lumen atm.
>>885282Do you know how I could do that ?
>>885283Can you not switch from raytracing to rasterization of glass in postprocessing settings? I haven't opened UE5 for a while. Just do it the same way it has always been done in UE4, follow some tutorial.
How can I improve my blueprint programming skills? I've been with UE4 since an entire year now and I'm still on beginner level. The most I learned is how to make a HUD / menus, functional player and basic AI. I really love this engine and want to keep with it.
>>885696Try making an empty project and testing a bunch of nodes, if you still don't know what it does after you test it then look them up, the series of videos of "WTH is [node]" in youtube got me out of so much trouble.If you are not the type of person to poke around and testing then have a game mechanic in mind that you want to make and look up tutorials on that and figure out what the nodes are doing by pluging a print string and printing the values of the nodes
How can I have different light save within the same projects ? I'd like to do a night/day lighting setup in two seperate "instances" I guess ? So I can go back and forth and tweak things. Is it with levels ?I can't figure out how to create a level and add everything the same in it
>>886117Just duplicate the level, dude
Unreal Engine 5 Preview 2 just released today.CHANGELOG:https://forums.unrealengine.com/t/unreal-engine-5-0-preview/500950/248
>>886185thx :D
Can anyone explain in short if UE5 received some nice visual upgrades or lumen improvements in the last 6 months? I haven't touched it since summer, been working in UE4 and no time to open UE5. I can't wait to play with it again. I only learned some things from a few UE5 projects I work on, but I haven't touched the engine itself. I know things like transparency, glass and foliage don't work properly with it yet, hope they fix that soon.
>>886213I thought I saw somewhere they added transparet specular now. >>886185Control rig component still doesnt seem to work :(
>>886213Lumen works with Vulkan and Linux now.
Thoughts on UDK?
Why is Lumen still not working?
bros i'm more on the programming side of everything, does anyone know of any good resources to learn how to turn my algos for heightmap and mesh generation into something i can display in ue5? i'm trying to find a way to nicely display what i'm making without going through the effort to make it not look like picrel (also yeah i know it looks terrible right now, i'm trying to work out the kinks of the underlying tectonic fault generation algorithm so i haven't run this through any filters or erosion simulation, so it's currently very jaggy. also coloring things is hard... plus i may dump the 2d heightmap soon to port it to a spherical version so it can work with a data structure i'd like to use)
https://www.youtube.com/watch?v=eXYUNrgqWUUBros?!?!?!?!?!
>>887696Overall, it looks pretty good. But I can't defend Unity's technical achievements when they still have a mess of multiple render systems, and all their tech demos are full of hacks and one-off shortcuts making their pretty visuals unusable in actual production. Like those high res assets, for example. There's no special tech streaming or decimating them, it's just brute force rendering. Not a problem in a one-room confined tech demo running on a 3090, but absolutely shits the bed if you try do a whole level like it.Also, the hair still looks like garbage with all the shimmering.
>>887699>one-off shortcutsthat's optimization. If your pretty visuals come in a pipeline you know that's only 80% of what can be done because 20% are waster on making the pipeline usable for retards while making it more annoying for professionals to work with. There is no optimized one-size-fits-all rendering pipeline.
Thoughts on asset flipping?
>>887731good when your too lazy to do things yourself and need to speed upyou can asset flip but dont do it too muchmix it with your own stuff
How does UE compare to Godot?
>>887731Jesus wept.
Is there something in unreal equivalent to Blender's boolean feature? I need to put a Kirby-style mouth on a spherical model that can freely move around the surface of it. It's very difficult to search for the answer, since "boolean" is a programming term in Unreal.
I'm working on some scene I'll put on Unreal marketplace, but I'm struggling with Unreal's lightmapper for baked lighting. So I was wondering if somebody knows, can I use Luo Shuang's GPU lightmapper for the marketplace content and is that allowed? I mean, it is installed locally, but idk what happens when somebody who doesn't have it installed in their engine downloads my scene baked with it. Does the lighting break? Can they still rebake it normally or will they receive errors?
Best plugins to buy?
>>888089heavier in processkng power and size but less janky to use
Do weighted normals work for Nanite meshes?
>>889642Why the fuck would you use weighted normals with nanite meshes?
>>889642Because I have to work with bevel workflow opposed to subd (seems like subd is actually too much geo for Nanite LOL), and putting FWN on top would slightly help in some cases instead of adding supporting edges.
>>875162Unity is better.
>>880340I unironically love how most UE3 titles look
>>889674Subd works perfectly fine for nanite. Maybe your pc isn't strong enouggh to handle UE5? You need a tesselated mesh for nanite, which means you don't need to use weighted normals.
>>889831Well in my case, apparently there's a limit to tri count and I still have to make fairly optimized meshes to reduce space. Client's rules, no need to roast my PC, man.
>>875162https://www.youtube.com/watch?v=gQmiqmxJMtAis this a good video to watch to effectively learn UE? I took a year long class of college-level 3DS max in high school and a semester of motion graphic design in college.I'm mostly using UE to storyboard because I can't draw but I'm somewhat used to 3d spaces.
>>889771
Anyone know if rect light cost more than spotlight ? I think I read somewhere one day that spotlight cost less than point light, but I have some neon that i'm trying to light, I think rect light works better than spot. Not sure how to check for performance (UE 4.27 btw)
Can you reimport a custom collision without reimporting a whole asset?
since no one is actually posting progress here is my current Unreal Project
>>890555have an upvote
>>890413Rect light is called as such because your fps will be rect.
is the Unreal Sensei Masterclass worth it for $297? Are there enough free resources to learn UE5 from the ground up?
>>890561Most UE4 Knowledge transfers to UE5The only really new things are nanite and lumen, the rest remains the same.If you are new to unreal in general it might be worth it, but there are enough free resources in youtube,artstation learning or Unreal's own content examples to learn stuff by yourself or by studying existing projects.It would be better if you defined what exactly you want to use the engine for (environment showcase, VFX, archvis,material/shader creation) first and try to focus on that first before expanding.
So UE5 just officially released.Did they fix nanite and lumen yet?
>>890637They release way before I was expecting it, I thought it was being released mid Q3 or Q4 of this year. I hope they didn't rush this release
I am exporting a model made in Blender as a FBX file.I am really struggling trying to find the reason why the eyes get screwed over like this. I cannot for the life of me figure it out, or how to fix it. Any ideas?
>>890718When I isolate the eyes material it makes it seem like the cornea is large enough to cover it.
>>890719did you shade smooth your models in blender before exporting/baking it?
>>890732Sorry, I am quite new at this. How is this accomplished? It is not my model, it is a free one available online.
>>890748go to blender, object mode, object --> shade smooth
>>890748alternatively, right click the object, hit w, shade smooth. I'm on 2.79 shortcuts but it should be the samr
>>890760>>890761Didn't work, or I fucked up these simple instructions.In my desperation, I simply turned the eyeball transparent, and now it looks fine. Feels like a hackjob, but I had no choice.
>>875457>finally finished the tutorialsThey're outdated. Unreal Engine 5 was just released.
>>890718It's just one of millions of bugs in the Unreal Engine code. Tim Sweeney thanks you for making him a billionaire though.
>>890798Are you a complete idiot? UE4 to UE5 is a seamless transition.
Is Metahumans exclusively for creating ugly people?I haven't seen any qt idol girls created yet.
>>891049Maybe you’re just racist. Or I’m a coomer with low standards. Or both.
>>891049Westerners just love their ugly goblinos
Can anyone give me any reckys on what I should upgrade in order to make UE5 smoother? I just want less lag when working on projects. I thinking I start with upgrading my ram to 32gig and making it dual channel, although not sure that is going to give that big of a boost
>>891433forgot pic
>>891049I haven't seen one yet.
>>877216maya is only 250 a year if you get the indie package, all addons included.
>>891434your ram clock speed is very low (1499MHz)boot into UEFI/bios and try to find a setting for XMP (Extreme Memory Profile). On AMD boards it's usually under something called AI Tweaker.I'm not sure if it's that low because there's nothing demanding a higher speed at the time of that screenshot.AMD Ryzen 7 3700x can support 3200MHz.
>>891539nvm those are single stick values, and it seems like XMP is already enabled.
>>884227>i was going to do the UNreal Sensei beginners course (is that a decent beginners course? looks popular)I'm going to try out that course, UE5 runs like ass on my 1050 Ti but otherwise it's straightforward so far. I'll keep updating the thread with my project.It's not too accurate so far with the new build of UE5, but it's easily fixable. You should be able to create your own crosshair while duplicating blueprints.
>>891633Unreal engine 5 runs better the longer I use it
What can I do about hard edges of sphere reflection probes? How can I get rid of them? I place a bigger reflection probe around everything and smaller ones inside, but I still see these edges because the probes affect the values of the materials inside of them so there's a hard value change on their borders.
If I were to start making a new game right now, would it be better to start with the latest UE4? Or the current release of UE5? I heard 5 is still pretty broken.
>>892498>I heard 5 is still pretty broken.Not seeing it. Pretty solid to me. Not one crash.
How can I setup the multi user provider as my source control? It keeps throwing me this error. I don't have any other programs like perforce and don't plan to since it's just testing grounds. Also what's the difference in the "MultiUser" provider?
Thoughts on Twinmotion?
>>887731The only people who complain about asset flipping are other devs who see game development as some sort of artform which in their eyes must be 100% handcrafted, even if it means making yet another barrel for the 37th time. People who actually play the game and enjoy it literally do not give a fuck.
>>891049>Don't insult my tomboy metahuman and her son.I'm not good enough but i think a coomer weeb who is willing to spend a few hours in it might be able to create something decent. I hope they eventually add a feature in which you can make a replica of a face just from pictures like in this video. https://www.youtube.com/watch?v=u9UUWqVquXo
>>891049Lexi is a cute
>>893292does it come with a vagene?
>>893305
Thoughts?https://www.unrealengine.com/marketplace/en-US/product/ultimate-spline-camera-system
Spent the last couple of days recovering from a fucked-up results of upgrading to 4.27, which almost killed my landscape. Ended up exporting the heightmap and creating an entirely new landscape.
When is Rider going to be piratable?https://www.jetbrains.com/lp/rider-unreal/
>>893502Hope soon, VS is slow as fuck even after they sped it up
>>890555Very nice, some actual content in the thread for once.
How do you change the default IDE in Unreal Engine?
>>893502check rutracker
In UE5, where the fuck is the compile button?There was a nice big button for compiling (pic related) for tests in UE4. Where did it go?
How can I fix a dark landscape when using the LandscapeLayerBlend node? Directional light has no effect on it and point lights are bugged out.I've never figured this one out
>>893526Down near the bottom right. Going off memory.Should look similar, perhaps 3x3 grid looking thing.
>>893526
>UE 5.0.1>can't compile a new C++ project because there's a bug with the latest version of MSVC>layers panel in the editor doesn't workWhat the fuck are you doing Timmy? It seems you rushed the EA and Preview releases
>>893668AGH IM COOOMPILLING AAAAA NNNNN IM COOOOOOOOMPIIILINNNNG
>>893726Ah, so that's why it wasn't working for me.I had to open up a bunch of .jsons and change the version from 1.2 to 1.0 to fix it.
Should this be a 3D game engine general? Or just an Unreal Engine general?
>>8751622 UE threads but people complain about more than 1 Blender official thread? Are unreal drones afraid of Blender's takeover in the industry? More and more movies will use Eevee's real time renderer and UE5 will be forgotten. Mark my words autoshills.
is it really practical to rig and animate raw sculpts?
Where can I get Unreal Engine 3?
>>893915Look up UDK
>>889806>gears of warShit nigga I remember playing that on xbox 360 on co-op, it was great
>>893286100% looks like a man in a wig
>>893870Cope blendcel. Your open source free junkware at the perfomance peak of windows 2000 isn't going to see light anywhere.
Do you create your levels in your game engine or your 3D software? Which is more efficient for you and why?
What are the main differences between Unreal and Unity? What can each one do better than the other?
>>893307Now animate her taking horse cock
>Nanite and Lumen not supported in VR
>>894247Nobody cares about VR.
>>893905it works with maya's autorig
>>875162Is there any point in going with UE if i want to do low poly crap or should i stick with unity?
>>894363on the contrary, a hell of a lot of people do. Zuck is banking on it.
>>894243lmao +1
>>894464>>894430>>894422>>894387>>894363>>894247>>894243>>894239>>894060>>893970>>893926>>893925>>893919>>893915>>893905>>893870>>893832>>893831>>893727>>893726>>893668>>893584>>893573>>893526>>893515>>893506>>893504>>893503>>893502>>893462>>893451>>893307>>893305>>893292>>893286>>893272>>893223>>892975>>892551>>892498>>891806>>891633>>891539>>891515>>891511>>891434>>891433>>891080>>891054>>886213>>886192Post work, chudcels.
>>894430Retard
Can anyone recommend me any good tutorials on blueprints for absolute beginners?
>>894481Use C++ instead.
>>894486Why? Do you have any absolute beginner tutorials for C++ for UE5?
>>894488gamedev.tv
How hard is it to upgrade a project from one Unreal version to the next?
>>894494That's not free though
>>894478excuse me? Do you even know who zuck is and what Meta is?
>>891049Is metahumans just an overglorified character creator. Does it go beyond playing with bunch of sliders?
>>894564you really cannot make anyone that isn't extremely heavily influenced by one of the few (ugly) presets. There's a hilarious video of Linus from Linus Tech Tips trying to create himself and how miserable it turned out.
With Quixel Bridge, how do you convert previously downloaded models into the simpler uasset format?UE5 has its own Bridge integration which downloads them as uassets, but I already have a bunch of shit downloaded with regular Bridge. Is there a simple way to convert everything so that it appears in my local UE5 Bridge library?
>>894586I don't know if UE5 downloads per project, or if it has a main copy it keeps somewhere and references for projects.Check what the default folder path is for both UE5 and regular bridgeIf they're different and you don't care for regular bridge anymore, you might be able to copy/paste all the regular bridge items into the UE5 folder and hopefully they register.
>>894481The unreal learning portal has everything you need and it' pretty well made
>>894597I already have them set to the same directory.In pic related, the red outline folders are created when you first download something from the UE5 Bridge. It downloads them as a .uasset file in the UAssets folder.With the older standalone bridge, when you download something, it downloads all the different map image files separately. If it is a 3D model asset, it also downloads like 6 different .fbx files for each different LOD.I want to convert my old standalone bridge downloads to the UE5 .uasset format so they show up in my UE5 Bridge's library, and so they are easier to work with (all LODs and materials get automatically configured when imported to your project).
>>875162>unlike in UE4, DXR cannot be enabled in UE5 when using non-RTX/RDNA2 GPUs I know my GTX 1060 isn't the fastest GPU for ray tracing, but even with all the RT effects enabled, UE4 still rendered my animations faster than Eevee. I'm planning to buy an RT GPU soon, but I still wish I could use DXR with UE5 on my current Pascal GPU right now so that I can have decent smooth reflections. Lumen's signed distance field reflections are acceptable until you try to render a mirror and all you can see being reflected are blobs.
>>894692To further illustrate this, see pic related. The UE5/uasset files are much simpler to import into the engine.The only real reason to keep using Standalone Bridge is if you want to edit the assets or textures, like in Mixer or something. Does anyone even use Mixer? I think they recently released the first update for it in almost a year.
How hard would it be to recreate a playable character from Guilty Gear Xrd in UE5 using blueprints? Guilty Gear Xrd was made using UE3. How can I do it? Any tutorials?
>>894726ngmi
Is it viable to use ue5 for archviz? I've got a 3070 with 8GB of VRAM.My projects are usually entire houses with interior and exterior.
Why am I still getting low resolution shadows on objects that have green lightmap density (which should be an appropriate density)? I need to boost my lightmap resolution to 512+, which is getting me into red territory, but only then do I get clean bakes. I think the content needs to have green lightmaps for the marketplace, so I don't know what to do. Should I disable lightmap compression or not?
Can anyone help me with this? All of my hard edges become sharp seams after baking the lighting, even though they looks nice and smooth in the preview window while the mesh is movable. It's like normal map stops working after the light bake.This thread basically shows the same problem, without a solution:https://forums.unrealengine.com/t/static-lighting-shows-hard-edges-on-a-beveled-normal-map/452355/6I'm desperate here, please guys... Version 4.22 and 4.25, same problems in both versions.
when is the next sale?
>>894726look up the write up they did and how they made everything in the game look the way it does. largely you are going to be fucking around with lighting on a per frame of a pose basis.
What are the best tutorials?
>>895600Checked>The best tutorials are the ones better than the second best.Fucking write your questions anon.
Is live coding broken?
>>894821Anyone?
>>895685just throwing ideas out there,maybe it's the resolution of the normal map?it could be smooth edge is actually just blurriness from the dynamic lightsthen the baked lighting reads the normal map at full resolutionits a shot in the dark and idk anything about Unreal, but you could try scaling down your normal map image or something
How can I make my decals on windows cast shadows? How can I make differently opaque areas on windows (dirt, broken parts), cast different amounts of shadows? I can't get ANY shadows either way, no matter what I do, everything looks like it's fully transparent and there's no dirty broken window there.
Any Houdinichads here?Is modular asset creation the real deal? Or is it a meme for an indiedev? Would learning Houdini significantly improve my level creation productivity?
Is it important to work with modular assets in Unreal? Or is it just as viable to just create a level in your 3D modeling software then drop it into Unreal?
>>895906if you can get your head around Houdini successfully than it will significantly improve your productivity, whether or not you can take full advantage of that for your recent project is another topic, but chances are high.
>>896047If your doing a game yes it does. While a single mesh seems better being only one draw call, the main advantage to modular prices are easier to assemble and add extra variety but also occluded better since they have their own so so separate bounding volumes so they won't render when off screen or behind other meshes, a single mesh will render the whole mesh even if a tiny piece is visible. If your not doing games the best benefit is still an easier workflow
how the fuck does casting work?
>>895906Modular assets with not enough variation will look repetitive. Human brain is exceptionally good at picking out patterns.Houdini is my favorite tool right now. Learned it since early last year for procedural modelling, but now I'm using it for almost everything. It's great for non-destructive rigging and modelling, so I don't use blender anymore. It's also good for modeling clothes, so I don't use marvelous designer anymore. I feel like all I need is Houdini and substance painter. I like Houdini cuz I'm a coder first though. Built in nodes are great, but I love modeling stuff with VEX. Houdini really opens up if you know how to code a little bit and have decent 3d math skills.If you seriously want to get into houdini, I suggest doing a few tutorials, get comfortable in it, then learn linear algebra on youtube and get into coding with VEX on houdini.
>>896382>Houdini is my favorite tool right now. Learned it since early last year for procedural modelling, but now I'm using it for almost everything. It's great for non-destructive rigging and modelling, so I don't use blender anymore. It's also good for modeling clothes, so I don't use marvelous designer anymore. I feel like all I need is Houdini and substance painter.I thought Houdini's polymodeling, rigging and animation workflows were kind of behind the times? I'm also used to modeling things in Blender already, and isn't polymodeling in Houdini very much secondary to its procedural tools?
>>896386Yeah, when I say 'modeling in houdini', I guess it's like 95% procedural and 5% pulling and pushing some parts with soft select. I find it to be more intuitive because I have a programming background. I'm using Houdini with the Unreal Engine plug-in, and it's great to be able to expose parameters and change them inside Unreal and get the model straight in the engine.I haven't done much animation inside Houdini - I still go back to Blender for character animation - but I do use Houdini for simulations and baking animations into texture (vertex animation texture) for crowds. They have a bunch of great tools for game development.Rigging in Houdini seems more complex than it should be at first, but it's good when you have it all set up. I find that it's easier to tweak it afterwards, since it's all non-destructive and procedural. Also I haven't had to go in and weightpaint with houdini rigs, whereas I sometimes have to do that with Blender rigs. I don't do rigging that much, but Houdini is great when I need to do it.
How do you go about creating and importing different animations into Unreal to be used with animation blueprints and blend spaces?Like, if I had a character in Blender and wanted to animate things like walking forwards, walking sideways, walking backwards or using an ability, what should I be doing? Do I have a series of animations on one timeline? Do I have to save each animation somewhere? Can someone explain how this all works?
>>896418watch youtube tutorials for this. There are plenty for animation blueprints and blend spaces.For basic locomotion animations, or anything that gets looped and play constantly, you should separate the animations. Blend space is literally a space (1D or 2D) for blending animations. You'd have walk forwards as 1 on the vertical axis, and walk backwards as -1 on the vertical axis. Then the value you put in from animation blueprint would be used to blend between the two animations. So order of operations is likeCharacter blueprint (input value) -> Animation Blueprint -> Blend spaces -> play/blend animationsFor one shot animations, like attacks and abilities, you don't have to separate them. You can drop a long series of animations into an animation montage. Inside the montage, you can divide up the sections. Then from your character blueprint, you can call something like "play this section from this animation montage" and it will play that.For montages, it's simpler.Character blueprint (trigger some event) -> play montage.Animation montage system is great in unreal. Much better than unity from my experience
>>895664works for me. I don't rely on it for anything super heavy though. I only use c++ for my function library that I call from blueprints
So Unreal documentation recommends not using LUTs and instead using color grading for better compatibility between LDR and HDR. Does anyone know if there's an easy way to process a LUT into the color correction controls? Or does it even really matter?
Any in depth tutorial/course on optimization (LODs, planification, instancing, etc.) for Unreal Engine? I don't know if I'm searching wrong but the lack of content on this is disturbing
>>896494I know how all that stuff works, I was wondering about the process of creating those separate animations before importing them into Unreal.Like how would I go about creating each individual animation in Blender, then importing the animations into Unreal? Blender has just one timeline, yet I'm supposed to have several animation files for Unreal to use. What should I be doing in Blender to create several animations for a rig?
What are some essential plugins to enable?
What's the best way to animate the Unreal Skeleton? Mr Mannequin is outdated and not optimized for Blender 3 or Unreal 5.
>>896764I use AutoRig Pro on blender. Makes rigging super fast. Works well for remapping mocap stuff to ARP rig on blender. Export settings for Unreal works perfectlyHave you looked at the new way of retargeting in UE5? It's pretty good this time. Ue5 Ik rig retargetting is much more forgiving
>>896887>I use AutoRig Pro on blender. Makes rigging super fast. Works well for remapping mocap stuff to ARP rig on blender. Export settings for Unreal works perfectlyDo you not understand what I mean when I say the Unreal Skeleton? Or rather the Epic Skeleton.
Hey faggots post progress on your (unreal engine) games
When is the next version of UE5 coming out?
why not just use unity?
>>897152Lumen, Mass AI, Nanite, VSMs.Unless you are making a sprite/2D game, in which case yeah, use Unity instead.
What are your thoughts on UE5's 3D modeling tools currently in development?https://www.youtube.com/watch?v=R5TsbnW4fk8Could you see UE5 taking over 3DS Max/Maya/Blender for the modeling pipeline? Especially for games.
>>897163looks terrible honestly
>>897164Care to elaborate?
>>894726go join a fucking UE anime figther mod discord
>>897168Its solving a problem that nobody asked for, the results are bad, and its introducing even moar bloat
>mfw increasingly uncomfortable with how much epic and side fx have been cozying up to each other lately
>>897179Problem officer?
>>894741absolutely, there is a whole industry based around UE archviz
>>894741you're going to find that 8gb is not enough very very quickly. You should have gone with 12gb minimum.
How much does a multithreaded CPU help for using UE5? I'm still running an i5-8600k, should I look to upgrade?
>>897257>I'm still waiting a fix for these >>893726Idiot. Read my post properly.
>>897090I'm still waiting a fix for these >>893726>>897152I already used Unity for many years and UE is better outside mobile and 2D
>>893726>can't compile a new C++ project because there's a bug with the latest version of MSVCyou still can if you edit the .json files in the intermediate directory.
>>897260didn't it get overwritten at every build?
>>897261Only if you use live coding. Turn it off and switch back to regular compiling.
>>897263Ok, thanks
>>897251it helps but it doesnt matter how many cores, ram, vram, ssds you throw at it your still gonna be waiting around for shit to happen
Which has the better animation workflow, Blender or Unreal?
>>897286You make up your own workflow..
>>897299Sure, but at some point you have to decide on what's a better choice to invest time learning.I'm curious to know if anyone here uses Unreal's animation toolset and can describe the pros and cons vs other animation software.
Did you guys see Quixel Bridge got a huge performance update recently? It runs so much snappier now.
>>887693Use a shitty upscaler on it. Should smoth it out.
Is UE5's terrain generator good?
>>897819You can always import terrain data if you think it's not good enough.
>>897849But is it good?
>>896764How is Mr Mannequin outdated?
>>877665It's possible to download someone's project, open it up, then migrate assets to your project.Although there might be ways it can be traced.
>>898193It's designed for the UE4 rig, not the UE5 rig. It's also not optimized for Blender 3.1
I spend more time in other software making assets rather than in UE and halfway in I give up due to how tedious it is. Fuck being a solo dev is soul crushing
>>898364Pay Pajeets on Fiverr to be your asset slaves.
>>898368fuck you
Why not just use Godot?
>>898765This.
coomer here, can UE5 replace daz yet?
I have been using the Houdini plugin with UE4 but recently I started wanting to upgrade my project tu UE5. But is the Houdini/UE5 plugin stable enough to do that? If not are they at least working on it (I've seen a few people say it's not but I don't know if they should be trusted)
How essential is it to learn git?
>>899158just check out 'everyday git' in the man pages and really commit that to memory. It's not essential but it will make you way more productive and save you lots of time.
>>899212>just check out 'everyday git' in the man pagesThe fuck are you talking about retard?
If you use a program like Substance, Mixer or Toolbag to make all your textures, where do Unreal's materials come into play?I thought the whole point of 3D texturing software was to take care of everything on the texturing front. At what point should I think about using Unreal's specific shaders/material workflow?
>>899361Texturing software makes the maps you use on models and surfaces, and make a material that you plug the textures into so they can be rendered. Shaders can do a lot and it's best to put parameters to tweak the material without recompiling using a material instance.
Anyone making a game?
>>899477yes
Is it worth using the Nvidia RTX forks of Unreal Engine?https://developer.nvidia.com/game-engines/unreal-engine/rtx-branchAre there any noticeable advantages for an indie developer?
>>899834Anyone?