Slideshow system in Unity3d and Jibe?

1,008 views
Skip to first unread message

haijun

unread,
Apr 25, 2013, 4:46:15 PM4/25/13
to jibe-and...@googlegroups.com
Hello there,

Does anyone know how to play ppt presentation or set up a slideshow system in Jibe? Mine is self-hosted Jibe world. Was told I needed to create my own slideshow system. Any tutorials?

Many thanks.

Standee

Chris Hart

unread,
Apr 29, 2013, 1:19:18 PM4/29/13
to jibe-and...@googlegroups.com

Essentially, you would need to save your presentation to a series of images – this is nice and easy in PowerPoint, you just select Save As, then in the file type drop down you select your image format (jpg or png probably best). You can then import those images into your project and use them as texture assets for each slide.

 

The next step would be a script to change between them - the following link is a nice place to start:

http://forum.unity3d.com/threads/78548-Simple-Image-Slideshow

 

Though to network this example you would need to refer to the Jibe manual – there is a section in there that describes the general principle. You would broadcast the fact that the slide had changed to a new integer number. Then the listening half of your script would be notified of the new slide number, and sync up.

 

Hope this helps as a starter,

 

Chris

--
You received this message because you are subscribed to the Google Groups "Jibe and Unity3d" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jibe-and-unity...@googlegroups.com.
To post to this group, send email to jibe-and...@googlegroups.com.
Visit this group at http://groups.google.com/group/jibe-and-unity3d?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

John Lester

unread,
Apr 29, 2013, 1:53:33 PM4/29/13
to jibe-and...@googlegroups.com
I've used this system available on the Unity Asset Store and find it to be very good.  It's completely modifiable and lets you create slideshows that are either automatic (new slide every X seconds) or manual (user presses a key to advance/back up).





----------------------------
John Lester
Chief Learning Officer
ReactionGrid, Inc.
http://reactiongrid.com
Skype: DangerJohn3
+1 (617) 910 0386
My Jibe Office: http://jibemicro.reactiongrid.com/pathfinderlester
Additional Contact Info: http://about.me/pathfinder

“If you want to build a ship, don’t drum up the men to gather wood, divide the work and give orders. Instead, teach them to yearn for the vast and endless sea.”  -Antoine de Saint-Exupéry

haijun

unread,
Apr 29, 2013, 3:43:20 PM4/29/13
to jibe-and...@googlegroups.com
Thanks Chris! I will try it out.

Standee

haijun

unread,
Apr 29, 2013, 3:43:41 PM4/29/13
to jibe-and...@googlegroups.com
Thanks John!

Steve G

unread,
Apr 29, 2013, 6:29:12 PM4/29/13
to jibe-and...@googlegroups.com
"texture assets for each slide....script to change between them"

I have Jibe code that does this - though for 3D objects and as they are objects it means I need to do a Jibe build for each new presentation.

It seems more likely that you ALSO want an upload the images webpage rather than have to build your Jibe world every time.
That's something I haven't done, but will look into later this summer - if I move from their server.

Steve

Julien

unread,
May 12, 2013, 2:12:49 AM5/12/13
to jibe-and...@googlegroups.com
There are ways to get web pages displaying in Unity, as one option for displaying slides.  Just find a service that allows you to upload a ppt, and access it through a web page.  This may or may not be easier than exporting to images for simple slides - what it gets you is things like slide transitions and embedded movies.

The limitation, unfortunately, is that the solutions I've seen for displaying web pages are standalone only.  In the webplayer, you could do it other ways (e.g. load the ppt in a frame outside of Jibe).
Reply all
Reply to author
Forward
0 new messages