Back to the Flexalon update. Here’s what you can expect coming soon, hopefully in January.
New options to Curve Layout let you extend the curve infinitely before the start or after the end.
New “Overflow Type” option for Grid Layout lets you create a 3D grid.
New “Cell Size” option for Grid Layout lets you specify how big the grid cells should be. The current option to automatically compute the cell size will still be an option.
New Flexalon Grid Cell component lets you specify which grid cell a child should be in.
Flexalon Rigid Body 2D Animator for… Rigid Body 2D!
Autogenerated API docs coming to the website.
And of course, some bug fixes.
Let me know what else you’d like to see in the future, and as always thank you for your support!
Flexalon 3D Layouts is part of Unity’s Lunar New Year Mega Bundle. It’s effectively 94% off, so if you’re interested in any of the other assets, this is a great deal!
Thanks for asking – here’s a progress update. I’ve just submitted Proxima to the asset store for review (yay!). The next Flexalon update is nearly feature complete, but it will still take some time to test everything and ensure a quality release. I can’t give an exact date, but it’s my top priority right now. Thanks for your patience and support!
Hi everyone, I’ve started a new github repository to post examples for Flexalon. The first example is the bulletin board example I posted a video of before. Let me know what else you would like to see!
One of the new features coming to Flexalon 3.0 is to specify what happens when objects are placed beyond the ends of a curve layout. The new options are to ping-pong back and forth or extend infinitely in a line, repeated pattern, or repeated mirror pattern. This is an example of the repeated mirror.
Read the release notes to see all fixes and changes.
While you’re there, please consider writing a review to help spread the word on Flexalon. For those who have already done so, thank you very much. Your support is deeply appreciated!
I hope these updates help you in your projects. As always, let me know what you think and what else you’d like to see.
Hi everyone, I’m experimenting with using Discord for chat and support for Flexalon. This is a great place to post your questions, ask about new features, and share your wonderful creations.
I’ll still be posting and monitoring this forum, but come visit the discord if you want to chat!
Hi everyone, I’m excited to announce that my newest asset Proxima Inspector was released today on the Unity asset store! Proxima lets you inspect and edit gameObjects in a built game from your web browser.
XR Update 3.2 is now available, bringing built-in interaction support for Oculus Interaction SDK and XR Interaction Toolkit! See the release notes and enjoy the new showreel.
Hi, awesome tool! I’m trialing this for an in-progress mobile game and it’s freed me up to delete a ton of old clunky layout and interaction code and focus on the game itself.
I had two questions. There’s two things I’d really like to do with this tool:
Is there a current way, or any plan to include an equivalent to justify-content space-between/space-around/space-evenly? A Complete Guide To Flexbox | CSS-Tricks
It would be incredibly useful to justify Flexalon Objects according to these schemes.
Is there a current way, or any plan to include a way to temporarily remove a Flexalon Object from a layout, and have the layout act as if it doesn’t exist?
I frequently want to disable objects and have the menu adjust to them being gone. I’m currently re-parenting each element I need to disable, but it would be much simpler if there was a toggle on a Flexalon Object like “Remove object from layout when disabled”.
I know the API is quite flexible so there may be a way to do these already.
Thanks for your time and your excellent plugin! This is really going to accelerate my workflow, and I’m very excited about that.
Hi, thanks for using Flexalon! To answer your questions:
Space-between is supported in v4.0 by setting the Gap Type to ‘Space Between’. Space around and evenly are not currently supported. There’s a section to post your feature requests on the discord: https://discord.gg/VM9cWJ9rjH
This feature is coming in v4.1, which I’m planning to submit to the store for review this week. Here’s a preview of what Flexalon Object now looks like:
This update is compatible with Flexalon Copilot Early Access. Start building UI with the help of AI: Flexalon UI Copilot
Flexalon Object has new min and max properties that let you constrain how big or small it can get. These properties are supported by ALL Flexalon layouts and adapters.
Flexalon Object has new “Skip Layout” field. If set, the gameObject will be skipped by the parent layout.