Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
1/3
Unity C# attribute for serializing component and interface references within the scene or prefab during OnValidate, rather than using Get Component* functions in Awake/Start/OnEnable at runtime.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2022.3.37f1 | Compatible | Compatible | Compatible |
Description
Features 🔥
- Supports all MonoBehaviour and Component types (basically anything you can use with GetComponent), plus interfaces!
- Determinate results, so there's no worry of Unity forgetting all your serialised references (which has happened to me a few times on upgrading editor versions). All references will be reassigned automatically.
- Fast, this tool won't slow down your editor or generate excessive garbage.
- Fully serialised at edit time, so all references are already available at runtime
Attributes
- Self looks for the reference on the same game object as the attributed component using GetComponent(s)()
- Parent looks for the reference on the parent hierarchy of the attributed components game object using GetComponent(s)InParent() and ignore self
- SelfOrParent looks for the reference on the parent hierarchy of the attributed components game object using GetComponent(s)InParent()
- Child looks for the reference on the child hierarchy of the attributed components game object using GetComponent(s)InChildren() and Ignore self
- SelfOrChild looks for the reference on the child hierarchy of the attributed components game object using GetComponent(s)InChildren()
- Scene looks for the reference anywhere in the scene using FindAnyObjectByType and FindObjectsOfType
- Anywhere will only validate the reference isn't null, but relies on you to assign the reference yourself.
Technical details
Scene Reference Attribute
(not enough ratings)
2 users have favourite this asset
(2)
$14.99
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
Secure checkout:

License agreement
Standard Unity Asset Store EULALicense type
File size
169.0 KB
Latest version
1.0
Latest release date
Jan 14, 2025
Original Unity version
2022.3.37
Support
Visit siteQuality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Language
Feedback
Partners Program
PartnersUSD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR