Hello,
I localize my game in 15 localizations. There may be empty cells left, but finding them with just eyes will not be easy. Is there a way to find or get notified if cells are left blank?
You can write a Unity Search query to find empty cells Search filters | Localization | 1.3.2
You can then either run a script to find them with the query or open the Unity search window.
See the FindEmpty example on the linked page.
1 Like