Build Script with Selected Terms fails
10 years 5 months ago #63
by hex
Build Script with Selected Terms fails was created by hex
The Build Script with Selected Terms command fails if plugin is moved in another folder inside Assets. I think the path to ScriptLocalization.cs is hardcoded?
Please Log in or Create an account to join the conversation.
10 years 5 months ago - 10 years 5 months ago #64
by hex
Replied by hex on topic Build Script with Selected Terms fails
I have changed line 11 in LocalizationEditor_Tools_Script.cs
It works now. Still this should be fixed.
#region Variables
const string ScriptLocalizationFileName = "/<FOLDER_NAME>/I2/Localization/Scripts/ScriptLocalization.cs";
#endregion
It works now. Still this should be fixed.
Last edit: 10 years 5 months ago by hex.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #65
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Build Script with Selected Terms fails
You are right. Allowing to select where the plugin is located will be a great thing to add.
I will include that tweak in the plugin!
Furthermore, I can also detect where the ScriptLocalization.cs file is located by automatically searching in the project folder structure and use that by default.
Thanks for the suggestion!
Frank
I will include that tweak in the plugin!
Furthermore, I can also detect where the ScriptLocalization.cs file is located by automatically searching in the project folder structure and use that by default.
Thanks for the suggestion!
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.166 seconds