Giter Site home page Giter Site logo

Comments (4)

rnixik avatar rnixik commented on July 21, 2024

Do you have any problems with it? It is similar to 4.16 http://s.getid.org/_marketplace/ThirdPersonDemo_ForSpiderNavigationPlugin.7z Just replace source of the plugin.

from spider-navigation-plugin.

juaxix avatar juaxix commented on July 21, 2024

I can't use that project with 4.18, you have to fix the .cs ,this is the error
Running E:/UDK/UE_4.18/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="E:/dev/UnrealProjects/spiderNavigation/ThirdPersonDemo.uproject" -game -rocket -progress Discovering modules, targets and source code for project... While compiling E:\dev\UnrealProjects\spiderNavigation\Intermediate\Build\BuildRules\ThirdPersonDemoModuleRules.dll: ERROR: e:\dev\UnrealProjects\spiderNavigation\Source\ThirdPersonDemo.Target.cs(19,12) : error CS0122: 'UnrealBuildTool.UEBuildBinaryConfiguration' no es accesible debido a su nivel de protecci?n ERROR: e:\dev\UnrealProjects\spiderNavigation\Source\ThirdPersonDemo.Target.cs(17,23) : error CS0051: Incoherencia de accesibilidad: el tipo de par?metro 'ref System.Collections.Generic.List<UnrealBuildTool.UEBuildBinaryConfiguration>' es menos accesible que el m?todo 'ThirdPersonDemoTarget.SetupBinaries(UnrealBuildTool.TargetInfo, ref System.Collections.Generic.List<UnrealBuildTool.UEBuildBinaryConfiguration>, ref System.Collections.Generic.List<string>)' ERROR: e:\dev\UnrealProjects\spiderNavigation\Source\ThirdPersonDemoEditor.Target.cs(19,12) : error CS0122: 'UnrealBuildTool.UEBuildBinaryConfiguration' no es accesible debido a su nivel de protecci?n ERROR: e:\dev\UnrealProjects\spiderNavigation\Source\ThirdPersonDemoEditor.Target.cs(17,23) : error CS0051: Incoherencia de accesibilidad: el tipo de par?metro 'ref System.Collections.Generic.List<UnrealBuildTool.UEBuildBinaryConfiguration>' es menos accesible que el m?todo 'ThirdPersonDemoEditorTarget.SetupBinaries(UnrealBuildTool.TargetInfo, ref System.Collections.Generic.List<UnrealBuildTool.UEBuildBinaryConfiguration>, ref System.Collections.Generic.List<string>)' ERROR: UnrealBuildTool Exception: Unable to compile source files.

from spider-navigation-plugin.

rnixik avatar rnixik commented on July 21, 2024

You can do changes by yourself to fix this error.
From
public Blabla(TargetInfo Target)

Into
public Blabla(ReadOnlyTargetRules Target) : base(Target)

in *.Build.cs

from spider-navigation-plugin.

juaxix avatar juaxix commented on July 21, 2024

Ok, I have found the fix in this post. Where you use "ThirdPersonDemo" instead of "RC" int the screenshots.

from spider-navigation-plugin.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.