Broken-Gem-Studio / Broken-Engine

CITM - UPC - Design and Development of Videogames Degree Project 3 Subject
https://tiesofdestiny.com/
MIT License
6 stars 0 forks source link

Scripting Function "RotateObject" works as a SetRotation #232

Closed ch0m5 closed 4 years ago

ch0m5 commented 4 years ago

Bug Description

RotateObject does not rotate the object by the required degrees, and instead just sets the rotation to the same global direction no matter the current Rotation of the GO's transform.

This was tested with a GO that uses a CharacterController component.

Type of Bug

Select the type of bug with and "x" ([x])

Severity

Select the severity of bug affection and mark with "x" ([x])

Reproduction

Steps to reproduce the behavior:

Frequency

Select the frequency with which the bug appears and mark it "x" ([x])

Conduct

Expected result:

Actual result:

Screenshots and Illustrations:

Build

Observations and Additional Information

t3m1X commented 4 years ago

This is indeed true, thanks for the heads-up, getting on fixing it