Hi,
I'm new to Unity and DOTween. I have a very simple gameobject prefab that is instantiated at the beginning of the game and DOMove is called on mouse click to move it's transform. It works perfectly, however when I click out of Unity to a different Windows tab and click back into Unity, the prefab moves back to it's original position. Is this suppose to happen? How do I keep it at it's end position? Any relevant info on how all this works would be helpful. Thanks!