Coder Social home page Coder Social logo

Comments (5)

alessandrofama avatar alessandrofama commented on July 19, 2024 1

Seems like this is the result of a mistake I made in the waapi-picker addon. It doesn't affect only these font fields, but all "nested" properties.

In waapi_picker.gd, replace:

func handles(object):
    return true 

with:

func handles(object):
    return object.get_class() == "Spatial"

Restart the editor after that.

This fix will be added to the next release.

from wwise-godot-integration.

jontopielski avatar jontopielski commented on July 19, 2024 1

@alessandrofama thank you!

from wwise-godot-integration.

alessandrofama avatar alessandrofama commented on July 19, 2024

Hi Jon,

thanks for the report. I can't reproduce the issue. Could you share more details about your setup and project?

  • What exact Godot version and OS are you using?
  • Do you get any errors or warning at all?
  • Does the problem occur on a new project without Wwise integrated?
  • Does it only occur after you have integrated Wwise?
  • If the problem occurs only on a project with Wwise integrated, can you share a minimal reproduction project?

Wondering if this might have something to do with the way wwise applies custom nodes / resources to the project.

We don't use Fonts and the custom nodes shouldn't interfere with such a thing. I doubt that this problem is caused by the integration, but you never know. So please let me know if you have more information.

from wwise-godot-integration.

jontopielski avatar jontopielski commented on July 19, 2024
  • What exact Godot version and OS are you using?
  • Godot Engine 3.2.stable.official
  • Mac OS Catalina 10.15.6
  • Do you get any errors or warning at all?

Nope

  • Does the problem occur on a new project without Wwise integrated?

No. Here is what it looks like before wwise integration:
edit_font_works

  • Does it only occur after you have integrated Wwise?

Yes, here are the steps I went through.
Screen Shot 2021-03-03 at 10 53 43 PM

After installing, here is what trying to edit FontData looks like:
edit_font_not_working

  • If the problem occurs only on a project with Wwise integrated, can you share a minimal reproduction project?

https://github.com/jontopielski/wwise-debug (note: did not include the binaries in wwise/bin)

Thank you for taking a look!

from wwise-godot-integration.

alessandrofama avatar alessandrofama commented on July 19, 2024

Thank you for the details, much appreciated. Well...that is a weird problem 🤔. I will look into it and come back to you.

from wwise-godot-integration.

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.