r/unity_tutorials

Can anyone please help me to solve this
▲ 0 r/unity_tutorials+1 crossposts

Can anyone please help me to solve this

Currently I'm working on an Arrow escape puzzle game and I want to make a level editor tool that generates levels from png images, just like this reference.I tried but can't figure out how I can make this.

If you have any ideas please help me.

u/Randomcatown — 1 day ago

Want to share a player controller for newer developers

I have noticed many games on sites like itchio that are quite nice for being made by new players; most of them have a good idea but lack a good feel to the movement/character controls.

I had before loved making games but didn't continue. Still, I have saved code for the character controller/movement and was wondering if I should post them somewhere for new users who just want to make a game before caring about learning (how I was).

It is 3 C# files and relatively simple to use in the inspector.

It includes:

* Camera movments

* Player movements

* Running

* Jumping and double jumping

* Dashing

* VERY nice bobbing and side movement cam tilt.

Everything above can be turned on or off depending on the needs (with a editor toggle). Everything is customizable (movement speed, dashing speed/distance, gravity, jump/double jump force, etc) all within the editor.

There are also options for footsteps, jumping, and dashing sound effects.

The bobbing is like the old quake games and was my first complex(er) code I wrote and I like it :D

Basically it's crispy movement that I would rather have over that default unity character controllers that most new devs use.

Is there a place to share this where people might actually benefit from it? Or should I not bother?

u/Solid-Shock3541 — 8 days ago
▲ 78 r/unity_tutorials+3 crossposts

I released my eBook today! The Ultimate Handbook for Unity's TextMesh Pro - teaching you the foundations of typography and going deep into how to work with TMP

520 full color pages with 950 images and almost 120k words all about typography and how to work with TextMesh Pro. I loved working on this and I sincerely hope it will be a helpful tool in your gamedev toolbox.

I have a page with infos about it here: https://www.christinacreatesgames.com/book/

You can download the table of contents and index to get an idea of what's going on inside.

I'll be keeping a close eye on this topic over the next days, if you have any questions, feel free to ask!

youtu.be
u/GigglyGuineapig — 12 days ago