If you build your unity ML project unto iOS devices, don't forget to add the followings to your other linker flags to avoid the crash at start
-force_load
libtensorflow-core.a
#indiedev#gamedev#MachineLearning#UnityTips#IndieGameDev
Implementing machine learning system in our asteroid game. Fixed a crash in iOS device by changing [DllImport("libtensorflow")] to [DllImport("__Internal")]
Always learn new things by coding 😊
#indiedev#IndieGameDev#MachineLearning#gamedevelopment#AI