Hello everyone, I’m a beginner C++ programmer and Unreal Engine user looking for a project I could believe in and in which to hone our skills together. To put this in perspective, I’ve tried this as an hobby in the past but it never panned out, so that little skills I might have acquired then is now long gone and…
Hi Smilingmountain, I meant both. Where it curves to make that "U" shape and where the claws taper. You have the right idea with the geo, it's tough to completely eliminate pinching especially on a curving surface. There are a couple ways I know, off the top of my head, to remedy that. (I'm not sure if you're using Max or…
My Steam Profile (from SteamDB) * Worth: 589,06 * Games owned: 51 * Games not played: 17 * Percentage: 33% * Hours spent: 805.8h Profile creation : 9 years ago (December 27, 2004 21:50:18 UTC) Most played games : Counter-Strike: Source : 312.1h (though I've only played GunGame for a few years now) Source SDK : 207.6h…
Hey guys, theres a meetup being done by Dallas Society of Play...All ths info is copied from the meetup page IF anyone is in Dallas, You should come, its always fun hangin with Dsop. https://www.meetup.com/Dallas-Society-of-Play/events/239511783/ Get out of the sun and enjoy a nice cold drink with your fellow indie game…
Hello! I'm in the process of making my second character model. Taken a lot of mistakes and learning to get to this point. I've been stuck on something the past few days though, and I'm unsure whether I'm doing something wrong or if I misunderstand the process. I got a sculpt close enough, then moved to Blender for…
Thank you for the context! It's missing a focal point currently. Every compelling image answers 2 questions: 1. What am I looking at? 2. Why am I looking at it? If the viewer can't puzzle out a compelling answer for these they will leave underwhelmed. Try playing around with the composition and see if you can land on a…
Hi everyone, I have a 3 step process (3 Level Sequences) that I want to program Next and Previous buttons to play through. I have this working fine in a test scene, see the attached images. Basically the buttons check what my "Chapter" variable is at and play that animation, then update the Chapter value (considering it…
Hey guys, I don't know where I'm going wrong but... how do I stop a sound from playing? I have tried a number of options to stop my sound from playing once it has started but so far nothing has worked. Could someone please tell me where I'm going wrong? I have attached an image showing my basic setup. The plan is to walk…
I am using Unity. I am following a Unity tutorial. I can't get the Character animation to play in the game view. The sprite renderer and the Animator were added to the Inspector. I can even see it play in the scene view. This means the animation itself is working. Why isn't the animation playing in the scene view when I…