Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PreciousL

Pages: [1]
1
Support / Frequent Saving with Anchors
« on: May 14, 2012, 02:52:42 pm »
When anchors are added to the scene then every action that is done in the editor causes you to have to re-save your file.  Even saving the file makes it so you have to save the file again.

So, if you are like me and hate to see that asterisk denoting that there is unsaved data in your Unity file or you are trying to work in a team and constantly having an unsaved file is leading to versioning issues, one possible solution is to add:

if(_transform.localPosition != anchoredPosition + new Vector3(offset.x, offset.y, 0))

before line 77 in the 'tk2dCameraAnchor.cs' file.  I don't see it causing any issues and it sure does make me less neurotic.  :)

Pages: [1]