Jump to content

Proper project setup for VCS


photo

Recommended Posts

How to share project between team members? .project file stores engine path like "C:/Users/daniil/UNIGINE/sdks/community_windows_2.11/" and therefore another team member get this error when he open the project in Visual Studio:

CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Engine (missing: Engine_LIBRARY)        C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake    146    

We have settings similar to documentation https://developer.unigine.com/en/docs/2.11/editor2/assets_workflow/version_control

Edited by daniil.andreev
  • Like 1
Link to comment
×
×
  • Create New...