Skip to content

Conversation

@carryaimp
Copy link
Contributor

@carryaimp carryaimp commented Jan 24, 2026

Fixes: #105

About

Inform the user that the environment variable ue_root is not set.

How Has This Been Tested?

  1. The system outputs a message indicating that the UE_ROOT environment variable is not set.
unset UE_ROOT
bash -x ./setup_linux_dev_tools.sh
bash -x ./build.sh clean
bash -x ./build.sh simlibs_debug
# The program will display a message in the standard output .
  1. No output.
export UE_ROOT=/home/carryaimp/apps/Linux_Unreal_Engine_5.2.1
bash -x ./setup_linux_dev_tools.sh

bash -x ./build.sh clean
bash -x ./build.sh simlibs_debug

Screenshots and videos (if appropriate):

@carryaimp carryaimp changed the title Inform the user that ue_root is not set Inform the user that the environment variable UE_ROOT is not set Jan 24, 2026
@jonyMarino
Copy link
Contributor

@carryaimp I think this should be a warning. Because someone may be building the stand-alone sim which is UE independent.

@carryaimp carryaimp force-pushed the Inform_the_user_that_ue_root_is_not_set branch from 44d2ab4 to 98e09c8 Compare January 27, 2026 14:09
@carryaimp
Copy link
Contributor Author

carryaimp commented Jan 27, 2026

@jonyMarino You're right, the code has been adjusted to display a warning message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add prompt if UE_ROOT environment variable is not set

2 participants