“Assets\ParadoxNotion_Resources\Plugins\FrameCapturer\Editor\Inspectors\AudioEncoderConfigDrawer.cs(7,39): error CS0246: The type or namespace name ‘PropertyDrawer’ could not be found (are you missing a using directive or an assembly reference?)”
I got this error when I built an Android app. Please help me out. 🥹
Hmm. What version of Unity are you using? Normally Unity discards everything that is under an “Editor” folder (like the script you mentioned above is), when building for any platform. Please note that FrameCapturer is not essential for functionality anyway (it is only for editor rendering to png etc), so you can temporarily also delete the whole FrameCapturer folder to build your project. (even though Unity should not try to include it anyway in build this is why I asked about which version of Unity you are using please?)
Let me know.
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.