POLYGON Starter Guide for Unity - (Tutorial) by #SyntyStudios : How to get a character moving

preview_player
Показать описание

Check #SyntyStudios for more videos
In this quick guide you will learn some basics of using Unity and getting a character moving around a scene!

Unity Standard Assets:

Checkout Our Assets:

#tutorial #unity3d #gamedev
Рекомендации по теме
Комментарии
Автор

Just want to confirm - just followed this and it works with one simple change (took me a while to figure out).

Standard Assets Pack is available on the Asset Store, but features a script that needs tweaked called SimpleActivatorMenu.cs. If you're getting the "GUIText is deprecated, use UI.Text" error, you can fix this as follows:

1. Click on the error to open up the offending script.

2. On line 3 add:
using UnityEngine.UI;

3. Change the line:
public GUIText camSwitchButton;
to:
public Text camSwitchButton;

Save the script. This should get rid of your error and allow you to proceed with the tutorial. Hope this helps.

evgenikravtsov
Автор

"Our polygon assets make creating games fun" - so true!

heybishop
Автор

WHY the actual fuck is this shit so EASY?! You guys really nailed it! SO awesome! I just don't have any other words, good job, keep it up plz!

korterkaks
Автор

Just dropping by to say how much in love I am with the style, organization, and ease of use of the Synty assets. Kudos to the team!

richiebee
Автор

I just purchased a large bundle and absolutely love these assets as I learn more about creating 3D games. Please, for the love of all that is good and low-poly, keep these tutorials coming. I'm particularly interested in best practices for making maps, moving vehicles, adding animations, and fine-tuning movements (like, why can't I move my character backwards). Thank you so much!

CasaSoy
Автор

Wow. Why am I only finding out about the Standard Asset pack now!? Also picked up the Humble Bundle and these assets are going to reinvigorate my dev efforts!! Great tactic as I'll likely now be tempted into buying your other asset packs. As others have said, more tuts would be very welcomed. Great work guys!

gamerize
Автор

The unity standard asset pack is giving me so many errors, anyone know why? using the latest unity version

Husmanmusic
Автор

thank you so much for giving me this tutorial!

ricvivianjack
Автор

I love Synty! I really wish you guys made some tutorials/interviews/making ofs, talk about your process(modeling, designing levels, running a business, etc). I'd so watch that!

lumenwrites
Автор

Nice. It is helpful for the beginner who wants to use synty assets. I am using the dungeon assets to create my first turn strategy game. It looks great!

LeeTGame
Автор

Wow, you guys make cool polygon characters, animation and more. I like polygon games and also blockys.

Shafee
Автор

i did what you and when i click play i get all compiler errors have to be fixed before you can enter play mode

TheDoctot
Автор

The Unity Standard Asset packs have changed. It would be nice if this were updated to the 2021.3.15F1 version.

vickinorth
Автор

It would be great if you could update the video with new resources for us newbies starting out now!

Tokimeki
Автор

I have just started with Unity and would love to see a tutorial on how how you go about creating a basic level using your assets

paulberry
Автор

this is out of date, please update it, thanks and amazing assets!

Alifofara
Автор

I bought an apocalypse pack($150) today, that contents are awesome, but there were no third person controller, where can I get that?
Thank you.

MASATOSHIP_Official
Автор

I love you whole set.. honestly amazing job. I would love to see how to edit the clothes on them perhaps?

RealityScapeStudios
Автор

i purchased a pack with cool maps but they have not any collider so my characters falls of the map, whats the proper way to fix this since i tryed and failed with the mesh collider component, thanks! awesome assets! i recomend 100%

centuriondev
Автор

Hi Polygon, I really love your packs ... Can you do a tutorial to explain how to drive a polygon vehicle ?

GameplayAaZ