unity rotate vector

Code Example - unity rotate vector

                
                        Vector3 rotated = Quaternion.AngleAxis(-45, Vector3.up) * vector;