PiMaker / ltcgi

Optimized plug-and-play realtime area lighting using the linearly transformed cosine algorithm for Unity/VRChat.
https://ltcgi.dev
Other
429 stars 25 forks source link

LTCGI with ProTV: 'VideoManagerV2' does not contain a definition for 'screens' #32

Closed quiesler closed 2 months ago

quiesler commented 4 months ago

When I import LTCGI 1.5.0 and ProTV 3.0.0-beta.16 (Unity 2022.3.6f1) i get following error:

image

VideoManagerV2 is not used anymore in the new Version of ProTV. It uses VPManager now.

rhaamo commented 4 months ago

On a new project with same versions (but LTCGI from Creator Companion) I don't even get anything created in Assets/_pi_/_LTCGI-Adapters/ even if I properly import and put a ProTV in my scene before importing LTCGI, and in the packages folder all adapters are .disabled_

techanon commented 2 months ago

ProTV 3 auto deletes the protv adapters folder automatically when importing via vcc. If you imported with another method, you will need to delete the adapter folder entirely as ProTV 3 does not use the adapter at all. https://protv.dev/guides/ltcgi for more info.