Unity-Technologies / SpaceshipDemo

Spaceship Demo - AAA Playable First person demo showcasing effects made with Visual Effect Graph and rendered with High Definition Render Pipeline
Other
1.05k stars 276 forks source link

Cimemachine references #12

Open Mattheeew26 opened 3 years ago

Mattheeew26 commented 3 years ago

Hello i have a problem with a cinemachine references not working in visual studio with an error: Assets\Scenes\Scripts\LevelManager.cs(11,12): error CS0246: The type or namespace name 'CinemachineVirtualCameraBase' could not be found (are you missing a using directive or an assembly reference?)

peeweek commented 3 years ago

Hello, This seems unexpected. Do you have the same compilation error in unity? I had a similar issue months ago, and IIRC, I got it solved by checking my solution generation options in preferences/external tools, and regenerated the project files :

image