Fixes to baker, restored xatlas and fixed bake options.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def can_build(env, platform):
|
||||
return False #xatlas is buggy
|
||||
#return (env['tools'] and platform not in ["android", "ios"])
|
||||
#return False #xatlas is buggy
|
||||
return (env['tools'] and platform not in ["android", "ios"])
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user