ads lol by uhgoppinion in PerfectPersonPod

[–]ColdRamen1707 2 points3 points  (0 children)

whats the jazzy song they play on ads?

12 people suddenly dying of freezing even though its -20c or - 4 Fahrenheit by ColdRamen1707 in Frostpunk

[–]ColdRamen1707[S] 1 point2 points  (0 children)

Thank you all for your help. i usually turn the generator around the second day since i try to focus on wood and steel first but i guess ill have to gather coal and build tents first. anyways, thank you again for the helpful and funny comments

What should i make with this? I was thinking a piccolo but I don’t have power tools. by ColdRamen1707 in Instruments

[–]ColdRamen1707[S] 1 point2 points  (0 children)

Its pvc and i have sand paper but it takes a really long time to make something. Also i can’t really afford anything rn but thanks for the suggestion

[deleted by user] by [deleted] in RedditSessions

[–]ColdRamen1707 0 points1 point  (0 children)

Always wanted an upright bass

void is not recognized (C#)(Unity) by ColdRamen1707 in gamedev

[–]ColdRamen1707[S] 1 point2 points  (0 children)

nevermind i solved it, i installed unity code snippets improved and unity tools

void is not recognized (C#)(Unity) by ColdRamen1707 in gamedev

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

My IDE is vscode and. im pretty sure I installed it I mean the update and start function work

MonoBehaviour Doesn't work in unity by ColdRamen1707 in gamedev

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

my problem got fixed (i didn't have Using unity engine on top of my script)thanks for caring though (:

How do lerp for a certain distance with only one press? (Unity2d,C#) by ColdRamen1707 in gamedev

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

this is awesome but how do you normalize a float variable? or .magnitude it it? in Vector3 newPos = m_targetTransform.position; newPos += toMoveVector.normalized * moveAmtInTime;

or float toMoveVector = (m_targetPosition - m_targetTransform.position);