watson-unreal-sdk-plugin icon indicating copy to clipboard operation
watson-unreal-sdk-plugin copied to clipboard

Rephrasing step 6 of setup

Open kulkarniamit opened this issue 7 years ago • 0 comments

It may be helpful to rephrase the Step 6 of Setup to something like:

Step 6: Change :

        PrivateDependencyModuleNames.AddRange(new string[] {});

to

        PrivateDependencyModuleNames.AddRange(new string[] {
            "WatsonSdk",
            "Voice"
        });

kulkarniamit avatar Nov 30 '17 21:11 kulkarniamit