#can u sc it

1 messages · Page 1 of 1 (latest)

lapis fiber
#

here

#

@turbid orchid

turbid orchid
lapis fiber
#

when you click on player where is pivot

turbid orchid
#
{
    public GameObject player;
    // Start is called before the first frame update
    void Start()
    {
        
    }

    // Update is called once per frame
    void Update()
    {
        transform.position  = new Vector3(player.transform.position.x, player.transform.position.y, transform.position.z);
    }
}
lapis fiber
#

in scene view / local space

lapis fiber
#

I will give you a smoother camera

turbid orchid
lapis fiber
#

and it will will follow player without any scripting

turbid orchid
#

yeah i can just redo the camera controller.

thanks for all of the help today.. I am not completely stupid.. but damn

lapis fiber
#

click these too

turbid orchid
#

cinemachine is that a plugin

lapis fiber
#

from Center

#

and yeah cinemachine is Free package in unity

turbid orchid
#

.. sorry man

lapis fiber
turbid orchid
#

I'm working in unity 2d

lapis fiber
#

its the same thing lol

#

click where i said

#

change it from center to pivot

#

then check arrows

turbid orchid
lapis fiber
# turbid orchid

hm maybe try to change cs void LateUpdate() { transform.position = new Vector3(player.transform.position.x, player.transform.position.y, transform.position.z); }

#

or just make ur life easier and use Cinemachine

turbid orchid
#

Yeah I will do that

#

cinemachine

lapis fiber
#

watch the vid

turbid orchid
#

how long have you been coding??

#

You are a wizard pretty much

lapis fiber
#

naa

#

there are true veterans on this channel

turbid orchid
#

do you ever actually ask anyone for help on here or do you just solve other peoples stuff lol

turbid orchid
#

I do too.. my skills are limited for now.. but stuff that I have learned I will help out people.

lapis fiber
#

I think I've only posted some WIP

turbid orchid
#

You solo dev a game? or are you working with others?

lapis fiber
#

I prefer retro low-grade ps1 era games

turbid orchid
#

breath of fire 3 and final fantasy tactics are my favorite rpgs from ps1 probably

#

Thanks again man

lapis fiber
turbid orchid
#

that cinemachine is very nice.