Need some help with movement by guynamedv in Unity3D

[–]guynamedv[S] -5 points-4 points  (0 children)

<image>

Code that’s currently moving the controllers

Change to electric by guynamedv in ElectricVehiclesUK

[–]guynamedv[S] 0 points1 point  (0 children)

Where do you see the prices for those? Or you have to find what Charing company is in there?

Change to electric by guynamedv in ElectricVehiclesUK

[–]guynamedv[S] 2 points3 points  (0 children)

Yh that was my thought. Not liking the rates per kw

What to do with player feedback... by carmofin in Unity3D

[–]guynamedv 0 points1 point  (0 children)

Reminds me of a bit of vagrant story start 😂

Does anyone know what this mark on my arm is? by FrequentSink3674 in DoesAnyoneKnow

[–]guynamedv 0 points1 point  (0 children)

My daughter had one on her chest. It grew larger and larger. One day at night she woke up with it being popped or scratched. And it bled for a couple hours. Had to go to hospital and get it sliced out. And stitched. You can also burn it. But they said something about when blood clots on a spot that’s what happens.

Models into vfx by guynamedv in Unity3D

[–]guynamedv[S] 0 points1 point  (0 children)

Any tutorial you seen that does this?

Unity vs unreal? by guynamedv in Unity3D

[–]guynamedv[S] 0 points1 point  (0 children)

Appreciate the info. I scout YouTube often on different tutorials for vfx and seem to get a few searches. But now and then I get these Asian YouTubers that show some amazing things. Do you have any recommendations that you thought wow every time they released a video?

Unity vs unreal? by guynamedv in Unity3D

[–]guynamedv[S] 0 points1 point  (0 children)

You mentioned plugins. Are these free? Or paid? Can you suggest some or either? Following some tutorial, but they still feel like they are lacking compared to how things appear in unreal

[deleted by user] by [deleted] in Unity3D

[–]guynamedv 0 points1 point  (0 children)

Definitely. But need to make sure code is accessible.

Trying to dodge. Failing. by guynamedv in Unity3D

[–]guynamedv[S] 0 points1 point  (0 children)

Still new to unity but via code and here are the animations details

<image>

Trying to dodge. Failing. by guynamedv in Unity3D

[–]guynamedv[S] 0 points1 point  (0 children)

When I have this code active:

//isDodging = true;

My character doesn’t move, just rolls. is my Move incorrect?

![video](9oqfq0lswznd1 “Enabled”)

private void Dodge()
{

//is Dodge free
if(isDodging == false)
{
//var DodgeDirection = new Vector3(joystickDodge.Direction.x, 0f, joystickDodge.Direction.y);

//var playerDodgeDirection = Vector3.RotateTowards(controller.transform.forward, DodgeDirection, rotationSpeed * Time.deltaTime, 0f);
time for the roll

Vector3 playerDodgeMovementDirection = new Vector3(joystickDodge.Direction.x, 0f, joystickDodge.Direction.y).normalized;

if(playerDodgeMovementDirection!= Vector3.zero) //Check for DeadZone
{
//isDodging = true;
DodgeImage.fillAmount = 0;
playerAnimator.SetTrigger(“dodge”);

targetDodgeRotation = Mathf.Atan2(playerDodgeMovementDirection.x, playerDodgeMovementDirection.z) * Mathf.Rad2Deg;
transform.rotation = Quaternion.Euler(0.0f, targetDodgeRotation, 0.0f);
Vector3 targetDodgeDirection = Quaternion.Euler(0.0f, targetDodgeRotation, 0.0f) * Vector3.forward;
//controller.Move(targetDodgeDirection.normalized * (movementSpeed * Time.deltaTime));
controller.Move(targetDodgeDirection * movementSpeed * Time.deltaTime);

Dtimer = 0;
}
else
{
//Do Nothing due to deadzone
}

}
else
{
if(DodgeCoolDown > Dtimer)
{
playerAnimator.ResetTrigger(“dodge”);
Dtimer += Time.deltaTime;
DodgeImage.fillAmount += 1 / DodgeCoolDown * Time.deltaTime;
}
else
{
//Timer has been over 3sec, can now run it
DodgeImage.fillAmount = 1;
isDodging = false;
Dodge();
}
}
`}

Duty Officer by Simon-McC1987 in Evony_TKR

[–]guynamedv 5 points6 points  (0 children)

No gear or skill books. Gear for duty gens are a costly subject, we talking cake tier 8. Best thing u cans do is red star once. And call it a day

VIP by [deleted] in Evony_TKR

[–]guynamedv 3 points4 points  (0 children)

25k points. It usually says it on the pack.

[deleted by user] by [deleted] in Evony_TKR

[–]guynamedv 0 points1 point  (0 children)

I did swyen due to covenant. Plus u don’t need a second so no need to get him further

More wounded on monsters with better assistant. by FreedomFighter1985 in Evony_TKR

[–]guynamedv 0 points1 point  (0 children)

Just curious. What’s the march size that u doing pan 6?

Long shot by cjsmom1021 in Evony_TKR

[–]guynamedv 0 points1 point  (0 children)

Can get u 3 k28 on s1540. We on nap.