branchsbox/prefab-variablescancel

8 Commits over 0 Days - ∞cph!

44 Days Ago
Remove Scene.Save - way too confusing
44 Days Ago
Fix prefab changes not updating after save UI tweaks
44 Days Ago
PrefabVariable UI https://files.facepunch.com/garry/83829991-476d-4934-ad39-099fc0f7ce6d.png
45 Days Ago
Variable star opens a menu instead
45 Days Ago
Store variables in the prefab's RootObject, makes most sense
45 Days Ago
Fix ControlSheet stretching horizontally
45 Days Ago
Show variable names when inspecting prefab Prefab variables widget, editing, grouping, deleting
46 Days Ago
Clean GetPrefabScene - actually load the prefab scene if not loaded (although I feel like this would already be doing that if it should be doing it) Add TypeDescription.GetValue, SetValue - handles both properties and fields for QOL TextDialog cleanup ControlSheet.AddRow just creates a ControlWidgetRow (single path) Move ComponentSheetHeader to its own file Now GameObjectTransformControl uses the new path, we don't need to manually align margins MakeIdGuidsUnique returns a translation dictionary Store prefab guid to instance guid translation table on prefab instance root GameObject Add EditorUtility.Prefabs.CreateAsset, obsolete GameObject.GetAsPrefab Add CloneConfig.PrefabVariables Add PrefabFile.VariableList Simplify prefab instance lookup object by id Add PrefabScene.VariableCollection Prefab variables end to end