playMaker

Author Topic: Itween move by  (Read 1421 times)

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Itween move by
« on: October 18, 2016, 11:07:09 AM »
Hi there,

I have a sliding menu with just information on, like when the player first time launches up it explains basic info on how to play the app/game. I'm using Itween to move all that info acrross the screen from right to left based on swipes. In editor everything looks and feels fine but when played on Iphone 6 plus, everything looks good but feels crap because the info is moved by far less than what is being moved in editor. (So I think I am moving it by -405 x vector) and then in editor it looks good, it moves by correct places but on Iphone it looks like its much less...

Anyone know how to fix this? Or is there a different way? And also an off-topic question.. How do I make this screen trigger only when the app is opened first time after installation?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Itween move by
« Reply #1 on: October 18, 2016, 11:50:59 AM »
Hi,
You should not use itween, it is outdated and laggy.

Try using DOTween, you can find the actions here

In editor mode are you using your device with unity remote or are you using your mouse?

for your off-topic you can use playerprefs :

@ start use 'playerprefs has key'
if false, make a key (use any "SET" playerprefs actions)
if true, skip what you want only the 1st time