vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

Cannot find AVplayer when switching to ios #96

Closed sammyvrmadman closed 5 years ago

sammyvrmadman commented 5 years ago

Cannot find AVplayer when switching to ios or webGL

The script can find my AV player component when selecting android or pc / mac standalone in build settings but as soon as I switch to ios in the build settings or web GL the script is unable to find AVplayer

Unity version 2018 3.11.1f

Operating system Mac Os Mojave 10.14.4

sammyvrmadman commented 5 years ago

Found the problem you have to type in: VIMEO_AVPRO_VIDEO_SUPPORT under Scripting Define Symbols in the player settings Then it works!