MerlinVR / USharpVideo

A basic video player made for VRChat using Udon and UdonSharp
MIT License
317 stars 40 forks source link

Assets\USharpVideo\Scripts\USharpVideoPlayer.cs(1484,21): error CS0234: The type or namespace name 'IsValid' does not exist in the namespace 'Utilities' (are you missing an assembly reference?) #58

Closed ShreddzGaming closed 1 year ago

ShreddzGaming commented 1 year ago

New to unity and world creation. I've Tried looking for other answers and deleting and reimporting the SDK, Udon Sharp, and USharpVideoPlayer.

MerlinVR commented 1 year ago

Make sure you don't have shadergraph in the project, it conflicts.

ShreddzGaming commented 1 year ago

That worked, thank you so much! Sorry for the late reply.