From version 1.3 Energy Bar Toolkit is supporting normalized coordinates to set position and size of the bars. The idea of normalized coordinates is very simple. Coordinate system starts at the top-left corner of the screen with 0,0 and it stretches to right-bottom corner with value of 1,1 regardless of resolution.

Pros:

  • Position and size will remain regardless of resolution

Cons:

  • If you choose to define sizes by normalized coordinates the aspect ratio will be broken
  • Resized bars may flicker!

Look in Inspector for Normalized checkbox next to each position or size settings.