Martin Shkreli
Martin Shkreli
CC#
Created by Martin Shkreli on 3/28/2025 in #help
Microsoft Visual Studio autochanging a line of code because its "obselete" but the AI ruins the code
so intellisense change rb.velocity = new Vector2(speed * x, speed * y); to rb.linearvelocity= new Vector2(speed * x, speed * y); This ruins the code because linearvelocity messes up 2drigid stuff. How do i turn it off?
17 replies