12 lines
		
	
	
		
			314 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			314 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using UnityEngine;
 | |
| 
 | |
| namespace FishNet.Utility
 | |
| {
 | |
|     /* Source https://forum.unity.com/threads/how-to-link-scenes-in-the-inspector.383140/ */
 | |
| 
 | |
|     /// <summary>
 | |
|     /// Converts a string property into a Scene property in the inspector
 | |
|     /// </summary>
 | |
|     public class SceneAttribute : PropertyAttribute { }
 | |
| 
 | |
| } |