From 99e1d0bdb41d084a5e756364f06a2b67712169a5 Mon Sep 17 00:00:00 2001 From: Bruno Andre Mikoski Date: Mon, 7 Dec 2020 21:42:14 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d5f07f..7c5d649 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,21 @@ Stop losing your flow searching for things! - Store hierarchy state for all the items between play/editor mode - Also store when regularly editing multiple scenes, you always gonna see it how you left it. - Save your last selection on the scenes +- Force especific game objects to be expanded all the time by `Right Click/Scene Keeper/Always Expanded` + +## FAQ +### How do I use this? +Thats the cool part about it, you don't have to do anything, after adding the package to your project every time a scene is opened / closed all the expanded items and selection will be restored. + +### How I can turn off? +If its annoying for some reason, or someone don't want to use on your project you can quickly disable it by the menu `Tools/Scene Keeper/Hierarchy/Keep Hierarchy`, this will disable it. + +### Can I disable just the selection? +For sure the options is there on the same menu `Tools/Scene Keeper/Selection/Keep Selection` + +### Can I disable the selection keeping at runtime? +Yes! If you don't want your selection be stores from runtime you can disable it here `Tools/Scene Keeper/Selection/Ignore Playtime Selection`, so seleciton will be only stored / restored at editor time. -## How to use -1. Toggle the *Hierarchy Keeper* by the menu `Tools/Scene Keeper/Toggle Hierarchy Keeper` -1. Toggle the *Selection Keeper* by the menu `Tools/Scene Keeper/Toggle Selection Keeper` ## System Requirements Unity 2018.4.0 or later versions From a91af9055f6ed5865bee38fdfdfd8b9ce2884e51 Mon Sep 17 00:00:00 2001 From: Bruno Andre Mikoski Date: Tue, 8 Dec 2020 08:55:39 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c5d649..050ce1d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ If its annoying for some reason, or someone don't want to use on your project yo ### Can I disable just the selection? For sure the options is there on the same menu `Tools/Scene Keeper/Selection/Keep Selection` -### Can I disable the selection keeping at runtime? -Yes! If you don't want your selection be stores from runtime you can disable it here `Tools/Scene Keeper/Selection/Ignore Playtime Selection`, so seleciton will be only stored / restored at editor time. +### Can I disable the selection at runtime? +Yes! If you don't want your selection be stored from runtime you can disable it here `Tools/Scene Keeper/Selection/Ignore Playtime Selection`, so seleciton will be only stored / restored at editor time. ## System Requirements