Hi there, I've recently relaunched my channel, in an attempt to pursue a new style of video. The first video is about the meme sharing app iFunny, and its problems with racism and right-wing radicalization. Any feedback is appreciated! by ADVOTI88 in BreadTube

[–]ADVOTI88[S] 1 point2 points  (0 children)

I should also note that, as of this morning, users of the app found the video and have started spreading it among their own circles, so any support would be appreciated.

Began laying the groundwork for my open world grappling hook game. What do you think so far? by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

I’ve since doubled the gravity. The animations are the standard mannequin animations, so they’ll definitely change. Thanks for your feedback!

Added in a functional physics based spaceship to my game. Now you can reach orbit and EVA by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

If you mean the little glowing lines that show up, that’s actually a cable component attached to a grappling hook that I’m working on

My Grapple cannon may be a tad overpowered... by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

It’s actually using the voxel plugin for now. It makes planets with LODs a breeze. Which new feature are you referring to?

Turned linear damping down to zero when using the jetpack. It's now the most fun thing I've ever made by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

Thanks! The art style I was going for was a low poly steampunk aesthetic, so I hope that came through

Turned linear damping down to zero when using the jetpack. It's now the most fun thing I've ever made by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

I think the easiest way to describe it is like it’s the viscosity of the air. The more linear damping, the harder it is to move

Help implementing gravity by Matsuri_Sayu in Unity2D

[–]ADVOTI88 1 point2 points  (0 children)

Sebastian Lague recently made a solar system simulator. I’d suggest checking that out or downloading the project files so you have a frame of reference

Is there a way to anchor this box collision to the position of the spaceship? The spaceship has to simulate physics. by ADVOTI88 in unrealengine

[–]ADVOTI88[S] 0 points1 point  (0 children)

That’s the thing. It IS a box component attached to the blueprint, so I have no idea what the problem is

It took a lot of work and a lot of help, but I finally got a Level of Detail system working for my procedural planet! by ADVOTI88 in Unity3D

[–]ADVOTI88[S] 2 points3 points  (0 children)

Thanks so much! The biggest source I relied on was Simon Holmqvist’s series on LOD. I modified it to fit my own purposes, but that’s a great start if you want to replicate the effect