Preview Field is a prefab visualizer and object picker that lets you cycle through available objects with an intractable object preview.Preview Field is a Unity3D editor extension designed to enhance your workflow by adding interactive model previews.Simply add the [PreviewField] attribute (found in the CollisionBear.PreviewObjectPicker namespace) to any public Prefab field (GameObject or any script derived from MonoBehaviour) in a MonoBehaviour or ScriptableObject class. This attribute replaces the standard Object Property field with our custom Preview Selection window.Now, instead of the standard scene selection window, you get an interactive preview of every available Prefab that meets your criteria. It's the perfect solution for anyone seeking a more artist-friendly workflow.Optional alternative to Unity's Prefab selection with interactive visual previews.