-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unity is not "active" #58
Comments
@pbashivan can you paste the full error message and where you got it? |
I don't get any errors. I'm running the 3Dworld code on my mac so everything is local. Here are the steps to recreate this.
It seems like the script cannot connect to unity for some reason. |
It seems like the code on the windows server is different from the master branch and I'm guessing that's why I started having these issues today. |
hey guys, this was caused by the .gitignore filtering prefab files, which made my last push skip out on the prefab files pouya is missing. I changed the .gitignore file and the new push should work! |
use the master branch, richardTemp is from when I was working on a big change that deviated from master, but has since been merged |
Thanks Richard! |
@pbashivan you wrote
Hi Dan,
I’m having issues connecting to the unity. I try using the tdw_editor_mode_client.py code to connect to unity and generate images but the script stops because it can’t find unity to be active. Have you had this issue before?
How do you debug the code?
The text was updated successfully, but these errors were encountered: