Difference between revisions of "Github access"

From Bakery GPU Lightmapper: Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
  
'''bakery-csharp''' repository contains C# part of Bakery, everything related to the way it communicates with Unity.
+
[https://github.com/guycalledfrank/bakery-csharp '''bakery-csharp'''] repository contains C# part of Bakery, everything related to the way it communicates with Unity.
  
'''bakery-compiled''' contains core engine-agnostic binary files of Bakery. These should be placed in Assets/Editor/x64/Bakery.
+
[https://github.com/guycalledfrank/bakery-compiled '''bakery-compiled'''] contains core engine-agnostic binary files of Bakery. These should be placed in Assets/Editor/x64/Bakery.
  
 
[[File:Upload 2019-11-10 21-0-12.png|thumb|Updating instructions]]
 
[[File:Upload 2019-11-10 21-0-12.png|thumb|Updating instructions]]

Revision as of 20:46, 18 February 2020

Bakery has two private repositories on github. Unlike Asset Store releases, these are frequently updated and contain latest bugfixes and beta features.

You can request github access here.


bakery-csharp repository contains C# part of Bakery, everything related to the way it communicates with Unity.

bakery-compiled contains core engine-agnostic binary files of Bakery. These should be placed in Assets/Editor/x64/Bakery.

Updating instructions