- Home /
Platformer Character Controller tutorial missing assets.
Hello. I Wanted to start this tutorial:
https://learn.unity.com/tutorial/live-session-2d-platformer-character-controller#
But sadly, when I try to download assets I got "HTTP ERROR 500"
Link redirects to address "https://oc.unity3d.com/index.php/s/nS02rplRWJN1d6C".
As I searched in Google I cannot access any link that starts with "oc.unity3d.com",
"oc.unity3d.com" returns login console, so there is possibility I am receiving this error because my session is not authorized.
Anyway:
Is there any chance this assets will be publicly available once again? I plan to script my own character controller and making tutorial before would help me a lot.
Greetings
Answer by Synkrophosatron · Oct 13, 2020 at 08:11 AM
@Olpinski Try importing the assets from the following link into Unity. https://github.com/markbrownsword/penny-pixel-2d-tilemap It contains the files for the character used in your mentioned tutorial, "Penny Pixels".
Thanks for that, I also found tileset for the ground, but sadly there is still many sprites missing, and I hoped for ready scene, so I can focus on program$$anonymous$$g.
If anyone else needs this tileset, you can found it here: https://learn.mmacfadden.com/category/game-design-2/
Your answer
Follow this Question
Related Questions
Generating tilemap palettes 0 Answers
Seeking tutorial for bejeweled -like game? 1 Answer
Why is my character controller not working? 1 Answer
C# from Unity to Unity iPhone 2 Answers
2D rigidbody movement & walls 2 Answers