Skip to content

Starsheet/unity-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starsheet - Sample Unity Project

Example intergration of Starsheet into a Unity project. This example is designed to be as simple as possible rather than be fully production ready.

This example demonstrates the following:

  • Allows multiple Starsheet projects to be used within a single Unity project
  • Data responses are cached locally. Uses If-None-Match on subsequent requests to avoid redownloading the same data
  • Images are cached. Only new/changed images will be downloaded even if data is updated

Please note the following limitations of the sample project:

  • Old images are not removed from the cache when they are no longer referenced in the data.

Overview

The Starsheet download is initiated in Assets/Scripts/Splash.cs, which calls StarsheetDownloader

Dependencies

This project was build in Unity 2021.3.44.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages