"Write a Unity Editor script.\n" +" - It provides its functionality as a menu item placed \"Edit\" > \"Na Task\".\n" +" - It doesn't provide any editor window. It immediately does the task when the menu item is invoked.\n" +" - Don't use GameObject.FindGameObjectsWithTag.\n" +" - Include 'using UnityEgine;'' code in your script.\n" +" - Include 'using UnityEditor;' code in your script.\n" +" - There is no selected object. Find game objects manually.\n" +" - The name of gameobjects is all lowercase. For example 'figure'.\n" +" - I only need the script body. Don't add any explanation.\n" +" The task is described as follows:\n" |