Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
digital_literacy:technology_resources:unity:start [2019/11/22 09:22]
James Collins [Resources]
digital_literacy:technology_resources:unity:start [2020/04/07 14:12]
James Collins
Line 4: Line 4:
 ======Resources====== ======Resources======
 {{section>digital_literacy:technology_resources:360video:start#compression}} {{section>digital_literacy:technology_resources:360video:start#compression}}
 +
 +=====Use In Libraries=====
 +====Logan Libraries====
 +As part of Login City Councils [[https://www.logan.qld.gov.au/libraries/our-words-our-stories|Our words our stories]] project for the 2019 United Nations International Year of Indigenous Languages, Wajin: The Guardian of Scrubby Creek is one of the local Indigenous stories that was translated into an exciting interactive viewing experience. The eBook is by Bev and Reginald (Uncle Reg) Knox, and is narrated by their daughter, Missy Knox. The interactive feature allows you to explore Scrubby Creek and its animals and plants.
 +
 +The interactive experience was created using Unity, the Unity plugin [[https://assetstore.unity.com/packages/templates/systems/complete-360-tour-85014|Complete 360 Tour]] and a [[digital_literacy:technology_resources:unity:start|360 camera]]. The package was exported as a WebGL project, and uploaded to their website, allowing anyone with an internet browser to immerse themselves within the story.
 +
 +=====Tips=====
 +
 +===Build Error: AOT serializer was missing for type ‘UnityEngine.Vector2’===
 +This can happen when using some libraries and components. You can force a recompile of all the libraries by going to File > Build Settings > Player Settings > Player > Publishing Settings; and changing the following settings to:
 +
 +  * Enable Exceptions: None
 +  * Compression Format: Disabled
 +  * Debug Symbols: On
 +
 +then performing a build. You can then revert it to the original settings:
 +
 +  * Enable Exceptions: Explicitly Thrown Exceptions Only
 +  * Compression Format: Gzip
 +  * Debug Symbols: Off
 +

We acknowledge Aboriginal and Torres Strait Islander peoples and their continuing connection to land and as custodians of stories for millennia. We are inspired by this tradition in our work to share and preserve Queensland's memory for future generations.