mirror of
				https://github.com/maxartz15/UnitySerializedReferenceUI.git
				synced 2025-10-31 13:05:51 +01:00 
			
		
		
		
	Core now formed and contains all useful utility to create custom ui with restrictions. Many methods was extracted from different classes and moved to core. Undo is now supported(because unity's undo bug seems to be fixed). Example now moved into same level separate folder.
		
			
				
	
	
		
			5 lines
		
	
	
		
			50 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			50 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| public  interface IAnimal
 | |
| {
 | |
|     void Feed();
 | |
| }
 |