Immersive Exhibit
This step-by-step guide walks you through the setup for creating a slide deck in Unity for display at the CRAIVE-Lab.
Last updated
This step-by-step guide walks you through the setup for creating a slide deck in Unity for display at the CRAIVE-Lab.
Last updated
Here is a list of things you should have on your computer:
In general, the procedure is very much a drag-and-drop process, with some preparation of your slide images.
Ideally, our image format should be .jpg or .png. For optimal file size, when exporting your image, please make sure to make its resolution relatively small (ideally 72 ppi).
Select your slide image in the designated folder you made in the Assets folder. On the inspector, you should see the image's Import Settings.
Change the following import setting parameters to their respective values:
Texture Type
Sprite (2D and UI)
Filter Mode
Point (no filter)
Max Size
16384
When you finish, click on Apply. You should then have a Sprite image with no fuzzy edges and an enlarged file size.
Import the special asset package into your Unity project. Under C03_Slides --> Prefabs, you should be able to find the SlideDeck prefab. Drag it to the scene you designated for the slides.
Click on the SlideDeck in your scene. In the Inspector, you should see a C# scripting component called Slide Deck Manager.
In the Slide Deck Manager component, under Slides, type in the number of slides you have (in the above image: 4). When you do this, a column of input elements will show up prompting you to put Sprites in (in the above image, Element 0-3).
Drag all your slide images, now as Sprites, in the correct order you wish to present.
Hit play and enjoy!
Additional process that handle scene transition may be added in this scene for interactive demos using other scenes.
However, this process is not limited to the specific infrastructural requirements of the CRAIVE-Lab and other ROIS, and therefore is not included as part of the special asset package.
Current Limitations
The slide deck is used for panoramic images only.
The slide deck is designed to loop sequentially. However, you cannot jump to a particular slide just yet. Work is underway to address this issue.