WPI game jam
Team: Frankie B – Joey Gundal – Ben J We started by thinking about what our game should do and have. We decided that a game about helping each other…
Unreal Engine Development
Team: Frankie B – Joey Gundal – Ben J We started by thinking about what our game should do and have. We decided that a game about helping each other…
This post will tell you how to change the size of the player in Unreal Engine 4.25. I used the third person template project. To start, open your player (third…
In Unreal Engine, you can get the local time and date with just blueprints. This could be useful if you want to do something at a specific time, or if…
Line tracing is used to find objects in a line (find any objects that are in the line of point a to point b). For example, if I line trace…
It is not too hard to host a html5 game in WordPress. The first thing that you need to do in your wp-admin page is go to the install plugins…
About a week ago, Unreal Engine was going to stop supporting IOS and Mac platforms. Learn more about that here: https://unrealcousinzzz.net/2020/08/18/ios-in-unreal-engine-support-is-stopping-soon/ Today I am telling you that that will not…
Oh no… If you make games in Unreal Engine, and want them to work on IOS, Unreal Engine 4.25 or 4.26 will be the last builds you can use. How…
As of right now, there are a few ways to put ads in your mobile game, but it is not very easy to do it for free. In the past,…
If you want a widget to only show in a small spot in unreal engine, this is how. When a player goes onto a certain spot, the widget will show,…
You may want to change your players gravity, or air control in Unreal Engine. Today, I will be telling you how to set the default values for these, and also…