Hello Guest

Author Topic: Collection issue with Git  (Read 4725 times)

ShabihK

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 9
    • View Profile
Collection issue with Git
« on: January 05, 2018, 10:28:05 am »
Hi!
I'm dicing large image (2024x2024 chunks) and all works fine in my computer but when I commit to the repository my changes the other users can not watch it. All sprite looks broken or sometimes they just can watch the old sprites.
I'm using 2D Toolkit 2.5.6, Unity 5.6.4p2 and in the repository I just commit the folders Assets and ProjectSettings.
Thanks for your help.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Collection issue with Git
« Reply #1 on: January 17, 2018, 10:32:13 pm »
Hi,

I've not seen that kind of issue before at all - are the file dates being set properly when cloning / updating a remote (not sure of git language for this, I use Hg).

ARound 2k by 2k chunks shouldn't really be an issue at all. If you "Rebuild Index" on the computer where it is broken after pulling, does that sort out the issue?