Giter Site home page Giter Site logo

Comments (4)

dbrizov avatar dbrizov commented on August 15, 2024

OnValueChange is only executing some code when the value of a property changes. What exactly do you want to achieve?

from naughtyattributes.

imranarif011 avatar imranarif011 commented on August 15, 2024

Actually I have scenario. I am creating a list of serializeable class objects. And I want to show different variables on enabling different variables.

Like here:

[System.Serializable]
public class Sound
{
public string soundName;

public enum SoundCategories
{
    Sound,
    Music
}

public SoundCategories soundCategories;

// If this option is selected, I want to show only the clips variable and hide
// volume and pitch variable.
public bool onlyClips;

public AudioClip[] clips;

[Range(0f, 1f)]
public float volume;

[Range(0.1f, 3f)]
public float pitch;

}

public List sounds = new List();

I have tried "ShowIf" in this situation but this is not working. Kindly Help

from naughtyattributes.

dbrizov avatar dbrizov commented on August 15, 2024

Unfortunately nesting is not supported. There is already an issue about that. A lot of people are complaining. I need to refactor the whole thing, because with the current system it's not possible. I just haven't found the time to do so.

from naughtyattributes.

ReGaSLZR avatar ReGaSLZR commented on August 15, 2024

Unfortunately nesting is not supported. There is already an issue about that. A lot of people are complaining. I need to refactor the whole thing, because with the current system it's not possible. I just haven't found the time to do so.

Hi, @dbrizov Any chance this is planned to be worked on sometime in the future?

from naughtyattributes.

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.