Giter Club home page Giter Club logo

Comments (3)

ace24713 avatar ace24713 commented on July 23, 2024 2

That's not the case both on master and in 3.x

Yes, it is the case on both master and in 3.x. Unless I'm mistaken p_ignore_override is the implicit 4th parameter to ProjectSettings::setup, which defaults to false on that line of code you linked. The 3rd one that's given as true there is p_upwards

see the declaration here:

Error setup(const String &p_path, const String &p_main_pack, bool p_upwards = false, bool p_ignore_override = false);

from godot.

KoBeWi avatar KoBeWi commented on July 23, 2024

I just had this happen in 4.3 beta1, but I have no idea how. It's related to reloading, but I couldn't reproduce it with the MRP and it doesn't seem to happen consistently.

There's a parameter in the project load function "p_ignore_override" which is supposed to be set to true when loading from the editor. But they forgot to set that parameter to true specifically when reloading the file due to external modifications.

That's not the case both on master and in 3.x

ProjectSettings::get_singleton()->setup(ProjectSettings::get_singleton()->get_resource_path(), String(), true);

Unless the reload is done elsewhere.

from godot.

KoBeWi avatar KoBeWi commented on July 23, 2024

I know why I couldn't reproduce. The reload dialog buttons do the opposite of what they say.

from godot.

Related Issues (20)

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.