ItzELECTR0 / TWAOS

The Wonderful Adventures Of Sip: An open-source AAA video game created by a solo dev.
https://electris.net
Other
5 stars 1 forks source link

Code Error - Rewired + Cinemachine incompatibility #1

Closed ItzELECTR0 closed 4 months ago

ItzELECTR0 commented 4 months ago

Describe the problem Rewired incompatibility with Cinemachine update

File: Assets/Scripts/Game Logic/Play Logic/Rewired/Integration/Cinemachine/RewiredCinemachineBridge.cs

Errors: Line 171 - Cannot find namespace "Cinemachine" Line 219 - Cannot find namespace "Cinemachine"

Macsito-prog commented 4 months ago

Hey! Can I try and work on this? I'm learning C# at my work and this can surely help. Lmk what you think

ItzELECTR0 commented 4 months ago

Temporary fix by removing the Cinemachine integration

ItzELECTR0 commented 4 months ago

Hey! Can I try and work on this? I'm learning C# at my work and this can surely help. Lmk what you think

Sure, you can create a pull request if you think you fixed it

Macsito-prog commented 4 months ago

Sure, you can create a pull request if you think you fixed it

Thanks! I'll check it out tonight.

ItzELECTR0 commented 4 months ago

Temporary fix by removing the Cinemachine integration, this has to be fixed by the Rewired developers themselves