Skip to content

An extension of Unity's LayoutElement script that enables more flexible adaptation. With this you can now match another RecTransform's dimensions (width, height, or both) and now set maximum preferred values.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

QuantumCalzone/UnityLayoutElementExtended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Layout Element Extended

An extension of Unity's LayoutElement script that enables more flexible adaptation. With this you can now match another RecTransform's dimensions (width, height, or both) and now set maximum preferred values.

Quick Example Video

Click to view a quick example video

How to use

Use the component LayoutElementExtended instead of LayoutElement

How to install

Via 2019.4 and later

  • In Unity, open Window/Package Manager
  • Select the + button at the top left
  • Select Add package from git URL...
  • Paste in https://github.com/QuantumCalzone/UnityLayoutElementExtended.git#upm
  • Click the Add button

Via 2019.3 and eariler

  • In your Unity Project, open up the manifest.json file located in your Packages folder
  • below "dependencies": { add the line "com.quantumcalzone.unitylayoutelementextended": "https://github.com/QuantumCalzone/UnityLayoutElementExtended.git#upm",

About

An extension of Unity's LayoutElement script that enables more flexible adaptation. With this you can now match another RecTransform's dimensions (width, height, or both) and now set maximum preferred values.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages