Skip to content

FishingCactus/guid-based-reference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guid Based Reference

License - Please see LICENSE.md in this repository

Summary A component to give a Globaly Unique IDentifier (GUID) to a Game Object. This GUID can then be used to reference an object even if it is another Scene, not loaded yet, or otherwise not easy to directly reference.

Maintainers William Armstrong williama@unity3d.com

To Use:

Add a GuidComponent to any object you want to be able to reference.

In any code that needs to be able to reference objects by GUID, add a GuidReference field.

GuidReference.gameObject will then return the GameObject if it is loaded, otherwise null.

Look in the CrossSceneReference/SampleContent folder for example usage.

Load up the LoadFirst scene, and then use the SceneLoader object to load 'LoadSecond'

You should see the CrossSceneReferencer object find the CrossSceneTarget object, and set both of them to start spinning.

About

A component for giving Game Objects a GUID and a class to create references to objects in any Scene by GUID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%