Whitelists not found on Tizen

Building to Tizen in 5.3.2 p4 I get:

DirectoryNotFoundException: Directory ‘C:\Program Files\Unity\Editor\Data\PlaybackEngines\TizenPlayer\Whitelists’ not found.
System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/Directory.cs:514)
System.IO.Directory.GetFiles (System.String path, System.String searchPattern) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/Directory.cs:308)
UnityEditor.MonoAssemblyStripping.MonoLink (BuildTarget buildTarget, System.String managedLibrariesDirectory, System.String[ ] input, System.String[ ] allAssemblies, UnityEditor.RuntimeClassRegistry usedClasses) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/MonoAssemblyStripping.cs:386)
UnityEditor.HostView:OnGUI()

Then the build fails, looking like it missed something on install, any ideas on how to fix?

Thanks,

Jon

Hi Jon,

We recently found this as well and have a fix on the way. In the mean time it may work to copy the Whitelists folder from another player in the PlaybackEngines folder to TizenPlayer\Whitelists.

Cool I’ll try that, I did find just an Empty folder actually works, it will be okay for testing I won’t be doing a release version for a little while.

Thanks Masterfalcon!