In this section we are listing all the commands that are here to help you manage prefabs.
Applies the changes on the selected prefabs
Quick Name: AP
Usage: Unity doesn't normally allow you to apply few prefab at once, but this command does which ca save some time if you are working on few prefabs at once
Example: You want to modify 10 types of props all at once: instead of manually clicking on apply 10 times, you can just call the command once
Create a prefab out of the selected objects in a folder you can specify
Quick Name: NPR
Usage: This command is a shortcut to create few prefabs at once: no need to drag and drop every of your object manually!
Example: You just created a bunch of new enemy types and want to create prefabs out of them to be able to reuse them.
You can use this command to quickly create all the prefab in your "Enemies" Folder
Reverts all the changes made to the prefab instance to the base prefab
Quick Name: RPI
Usage: You normally cannot revert changes on few prefabs at once in Unity: this command goes over that limitation
Example: You want to revert all the local changes you made on a bunch of enemies: you can use this command to do it all at once.