Note: still need testing on windows
raise
@property
def logfile_path(self):
return self._log_path
def brains(self):
return self._brains
raise UnityEnvironmentException("The environment took too long to respond. "
"No unity-environment.log file could be found.")
else:
print("An error may have occured in the environment. "
"You can check the logfile for more information at {}".format(self._log_path))
with open(self._log_path, "r") as f:
printing= False
for l in f: