Originally posted by ZhymonNorman
View Post
This looks like it's saying it can't load the plugin at all, which isn't terribly surprising - I didn't explicitly compile a version for it. I've added tvOS to the whitelist, but I can't test on that device so I can't guarantee it will work. I plan to release this loose support with the 4.25 version (since I've redone the source for RDT to accommodate engine changes to the way properties are accessed).
In the meantime, you can try to compile this yourself! for 4.24 on your Mac, go to the Plugins > DynamicDataTable folder and open the uplugin file in a text editor.and add "tvOS" to the whitelisted platforms and save the uplugin file. Then in engine, go to the Toolbar, Edit > Plugins then find Runtime DataTable and click 'Package.' That should put it on all of the available whitelisted platforms that are supported on Mac. You may need to remove Windows and Linux entries from the whitelist to compile, but I'm not sure. Definitely remove iOS and Android if your engine is not configured for them.
If you decide to give this a shot and it doesn't work, post the log in here and I'll try to figure it out!
Comment