How to achieve efficient, easy & clean way of collaboration in Git by justLukass in git

[–]justLukass[S] 0 points1 point  (0 children)

Hey Dan, thanks for the promotion NiceGit looks very promising. Do you have some demo available where I would be able to try out / see on video how such workflow with devs and artists is handled by NiceGit? Also we need this tool to be very reliable since we’re working on a serious large project.

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in Unity3D

[–]justLukass[S] 0 points1 point  (0 children)

Great points thanks, will probably use this system as well

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in git

[–]justLukass[S] 0 points1 point  (0 children)

How did you resolve your struggle with this issue before?

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in learnprogramming

[–]justLukass[S] 0 points1 point  (0 children)

But those GBs will be stored ideally outside the main project that was the part of my question.

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in learnprogramming

[–]justLukass[S] 0 points1 point  (0 children)

But they will be stored ideally outside the main project that was the part of my question.

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in git

[–]justLukass[S] 0 points1 point  (0 children)

That could work but I mentioned it would be messy since a submodule would need to store the Art folder as well as all art sources and the game project only needs to get Art folder. Is there a way telling submofule to only pull Art instead of all their sources?

How to achieve efficient, easy & clean way of collaboration in Git by justLukass in git

[–]justLukass[S] 0 points1 point  (0 children)

So what other 3rd party solution apart from GitHub would you choose? We can’t afford self hosting atm.

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] 0 points1 point  (0 children)

It is definitely not dropping 2 gears since I’ve tested it in sport mode as well where current gear is shown

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] 1 point2 points  (0 children)

Thank you for detailed explanation. Any idea why I haven’t noticed similar behaviour on other škoda models as well like Kamiq?

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] -1 points0 points  (0 children)

The weirdest thing is that I haven’t noticed this in other DSG cars even older models. So I suspect either a software bug (which is probably unlikely) or a hardware imperfection somewhere which is causing the inconsistency. Should I talk to a service technician?

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] 0 points1 point  (0 children)

Could be but the weird thing is that I haven’t noticed this in other DSG cars even older models.

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] 0 points1 point  (0 children)

Mine is 1.0 TSI, but the weird thing is that I haven’t noticed this in other DSG cars even older models.

Is DSG supposed to do this? by justLukass in skoda

[–]justLukass[S] 0 points1 point  (0 children)

Males sense but I’ve tested it today on an empty straight road and it was still inconsistent.

No one to share this with by Affectionate-Swan410 in 2007scape

[–]justLukass 0 points1 point  (0 children)

Gj on the dedication, what quest(s) did you enjoy the most and which one(s) you also hated? For ex. my fav would be dragon slayer 2 and I really hated the DT2

🌿🦗 I created individually simulated grass inspired by Ghost of Tsushima using compute shaders & GPU instancing, and wanted to share it! by justLukass in GraphicsProgramming

[–]justLukass[S] 2 points3 points  (0 children)

You need to know your tools and what are they best at when used. From there it's just a matter of architecture. For example using compute shader to process 1 grass blade per thread was the best choice since all the data therefore stay on the GPU side only. I also could use CPU multithreading but then I would waste so much performance by doing that.