Author Topic: I2 SmartEdge is now in BETA  (Read 4171 times)

fpuig

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 6
  • Posts: 34
    • View Profile
I2 SmartEdge is now in BETA
« on: October 26, 2016, 03:43:33 AM »
Hi Guys,

I'm the creator of I2 Localization, and as you may know, I have been working on a new plugin for Unity named I2 SmartEdge.

It allows rendering PIXEL PERFECT texts at any Size while also ANIMATING each of the characters in a text to create beautiful transitions and add emphasis to buttons and other UI elements.
SmartEdge also allows DEFORMING a text to follow any curve and contour.


The strongest point of the plugin, is the usage of SDF and Multi-Channel Signal Distance Fields to not only render pixel perfect texts and effects but also preserve sharp corners and straight lines!
(No more blurriness when scaling the Texts!)



SmartEdge integrates with Unity UI and NGUI out of the box. So, it can be used to increase the visual quality of your project without having to do heavy modifications.
Just click to patch NGUI, create an SDF or MSDF font and add the SmartEdge component to your labels!

Here is a demo of the plugin in action:
    https://goo.gl/6dXLec
   
More details about its features:
    https://goo.gl/cI2EPD
   
Roadmap of future features:
    https://goo.gl/AUX2fp
   



SmartEdge is now in a close beta with plans of releasing the first version later next month).

As part of the close beta, I'm looking for developers interested in trying the plugin on their NGUI project. You will get a FREE PREVIEW version to try!

At the end of the beta period, I will grant access to the all future versions of SmartEdge for FREE to the developers that actively reported bugs or send me Rendering and Animation presets that I could share with the community.

So, if you want to be included and get the full plugin for FREE, just test SmartEdge and help me get it ready for release!

You can email me at inter.illusion@gmail.com to be included in the beta.

Thanks!
   Frank


r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #1 on: October 26, 2016, 04:20:10 AM »
It looks truly amazing  :o

Dune

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 16
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #2 on: October 28, 2016, 02:25:31 PM »
Can the text be rotated, without you know rotating the control it sits on? Which breaks anchors / layouts.

fpuig

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 6
  • Posts: 34
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #3 on: October 28, 2016, 07:11:48 PM »
Quote
It looks truly amazing  :o
Thanks!!  :D

Quote
Can the text be rotated, without you know rotating the control it sits on? Which breaks anchors / layouts.

Yes, Animations and Deformation are applied after the layout region.
So, you are able to place the text whenever you want, and then apply an animation to make it come from outside the screen without affecting the rest of the UI.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #4 on: October 30, 2016, 12:29:44 PM »
I am very interested in this. NGUI support out of the box? Score! Sign me up for the beta please (support [at] tasharen.com).

Can I use this to do a Star Citizen style animation? I really dig how they got the text to show up when you hover over items: https://youtu.be/pdCFTF8j7yI?t=361

Holy Manfred

  • Jr. Member
  • **
  • Thank You
  • -Given: 1
  • -Receive: 8
  • Posts: 71
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #5 on: October 30, 2016, 01:50:50 PM »
Very cool!  Maybe it is finally time to replace the TextMesh plugin we have been using for that kind of stuff :)

Btw, the SC guys are still using ActionScript for the 3D HUD stuff, which is a real pain to work with in CryENGINE.

fpuig

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 6
  • Posts: 34
    • View Profile
Re: I2 SmartEdge is now in BETA
« Reply #6 on: October 31, 2016, 02:48:09 PM »
Quote
I am very interested in this. NGUI support out of the box? Score! Sign me up for the beta please (support [at] tasharen.com).

Yes, I use NGUI in several of my own projects, so, NGUI support is a high priority for me!!
For NGUI, you just need to:
- install SmartEdge
- open the NGUI patch window and click APPLY PATCH, to modify the NGUI code (it just allows modifying the vertices to suit SmartEdge format)
- Add an SmartEdge component to any UILabel
More details at:  http://inter-illusion.com/assets/I2SmartEdgeManual/NGUIIntegration.html

BTW, I just sent you an email with the latest beta!

Quote
Can I use this to do a Star Citizen style animation? I really dig how they got the text to show up when you hover over items: https://youtu.be/pdCFTF8j7yI?t=361

Yes, you can! Its specially designed for that type of animation.

At this moment it can change color/alpha/rotation/position/scale of any character inside the texts. I will be adding more options like animating Script variables (e.g. SmartEdge's glow intensity, shadow opacity, etc), effects and others: https://trello.com/b/ImbJ0lQH/i2-smartedge-roadmap

Quote
Btw, the SC guys are still using ActionScript for the 3D HUD stuff, which is a real pain to work with in CryENGINE.

SmartEdge still has a long way to go, but so far is working great. According to some testers: It is like having Photoshop to modify the texts/sprites, and PowerPoint to animate them... all inside unity!