yorgozy
di DouglasA83
yorgozy
Tag per yorgozy
Descrizione
this game isnt playable
it did run but
it was just me testing unity seeing if i could get things to upload and what i could do with it.
i dont intened to suport this project
Come si gioca
this was just me testing unity seeing if i could get things to upload and what i could do with it.
i dont intened to suport this project
Commenti
DouglasA83
Feb. 09, 2016
Below is the C# script to link the camera to the player.
using UnityEngine;
using System.Collections;
public class CameraControler : MonoBehaviour {
public GameObject Player;
public Vector3 offset;
void Start ()
{
offset = transform.position - Player.transform.position;
}
void LateUpdate ()
{
transform.position = Player.transform.position + offset;
}
}
NeroSerpe
Mar. 04, 2016
Correction to that last comment. https://www.youtube.com/watch?v=W_fAidYRGzs is to get what you seem to be going for, and https://www.youtube.com/watch?v=ARRGoPjPya4 to learn a bit more on the 3rd person camera.
NeroSerpe
Mar. 04, 2016
@Douglasa83 when I first played it, it was a moving cube. it is now a moving ball with a small map and place that says "Shop". Seeing as you are using unity I'll link you to some Tutorials for what you're trying to achieve.
I suggest you first follow this series to get a good understanding on how to achieve what you seem to be going for.
https://www.youtube.com/watch?v=ARRGoPjPya4 This one should help you fix your camera problem.
If you need 3D Models made optimized for a game engine (mostly unity) Message the Instagram Chris_M_The_Game_Dude. I do free CCO sample work, then if a game turns into something good I'll make some more for the client. you could also get me at chrismarx121@gmail, but I dont check that as often.
Hope this all helped a bit.
Thanks. I will check out the camera tutorial.
NeroSerpe
Jan. 14, 2016
"its still a alpha or beta"
"or beta"
"beta"
Could you describe the version your seeing I updated it multiple times but I now seem to be getting only the first submission I made. A moving cube, not the last with a lot more added to it witch is what I will have described as an alpha or beta. Though maybe I should just say its a work in progress. Also I clicked the little ! mark flag for review by accident not realising what it was so if they do review it I didn't realise what it was and if they read this please ignore or delete the flag for review as I didn't mean to click it and I'm not sure why it was made to be so easy to do (no are you sure you want to flag this or obvious option to undo).