Skip to content

unity windows show up , but remains blank #721

@husphone4321

Description

@husphone4321

so i am trying to get tdw-transport-challlenge working. I have followed the instructions to download the build for tdw1.8.7. Everything seems fine, and then i execute the following code from the tutorials:

Image
from tdw.controller import Controller
from tdw.tdw_utils import TDWUtils

c = Controller()
c.communicate([TDWUtils.create_empty_room(12, 12),
               {"$type": "create_avatar",
                "type": "A_Img_Caps_Kinematic",
                "id": "a"}])

the unity windows shows up, but it remains black inside. Any idea why? I am running on a regular laptop with no nvidia gpu.
Here is my console output:

C:\ProgramData\anaconda3\python.exe D:\unity\tdw-transport-challenge\tdw_transport_challenge\test4.py
You are using TDW 1.8.7.0 but version 1.13.0.0 is available.
To upgrade to the last version of 1.8:
pip3 install tdw==1.8.29.2
Consider upgrading to the latest version of TDW (1.13.0):
pip3 install tdw -U
Build version 1.8.7
Unity Engine 2020.2.7f1
Python tdw module version 1.8.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions