.PREFAB File
.prefab is Unity Prefab File
| Features | Description |
|---|---|
| File Extension | .prefab |
| Format | Binary |
| Created by | Unity Technologies |
| Category | 3D Image |
.prefab is Unity Prefab File
| Features | Description |
|---|---|
| File Extension | .prefab |
| Format | Binary |
| Created by | Unity Technologies |
| Category | 3D Image |
Prefabricated object file used by Unity, a 3D game development application; contains a 3D object and its properties and may be dropped into any scene; allows developers to reuse objects and animations between scenes and projects.
PREFAB objects can also be programmatically spawned within scenes using the Unity API.