You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errors that you are getting after calling SWIG manually are due to changes to the USD API between USD 20.08 and 22.08 that have not been reflected in the bindings, e.g. UsdLuxLight was replaced with the UsdLuxLightAPI, UsdLuxLightPortal was replaced with UsdLuxPortalLight.
I cannot get past the SWIG build step.
Windows 10,
MSVC 2019
Swig 3.0.12
USD 22.08
Unity 2022.1.8f1
Built USD using the command line in BUILDING.md
When running:
python3 bin/build.py --usd_version 20.08 --library_path ..\artifacts-usd-22.08 --unity_version 2022.1.8f1
output looks good until:
...and many more errors alike.
i tried calling swig manually with the include path to the USD artifact:
swig -csharp -I<localpath>\artifacts-usd-22.08\usd-v20.08-python36\usd-v20.08\include <localpath>/usd-unity-sdk/src/Swig/usdCs.i
siimlar but different:
these files like "pxr\usd\usdLux\lightPortal.h" dont exist in USD at all.
Any ideas?
The text was updated successfully, but these errors were encountered: