ProjectorsInUnity

Aus hyperdramatik
Version vom 10. Februar 2019, 16:45 Uhr von Fkirschner (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Here's a quick setup guide on how to use projectors in unity: Prerequisites: The texture you want to project should be set up like this: Datei:unityProjecto…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Here's a quick setup guide on how to use projectors in unity:

Prerequisites: The texture you want to project should be set up like this: UnityProjectorTextureSettings.jpg

1. Create new empty GameObject 2. Add Component Projector 3. Make a new Material with "Projector/Light" shader and your material as the Cookie texture, like this: UnityProjectorSettings.jpg

4. Make sure the Material you are projecting on has a texture (Standard Shader and a texture in Albedo).

5. Things should look like this: UnityProjectorWorking.jpg