Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

unity changes in inspector not saved

Solstice answered on January 23, 2024 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • unity event not showing in inspector
  • unity custom editor save changes
  • unity on inspector change
  • hide created files in unity c# editor

  • unity changes in inspector not saved

    0

    If it is a custom class, make sure you mark the class as Serializable

    Mark variable with HideInInspector (and SerializeField if private)

    and in the bottom of the custom inspector's OnInspectorGui() method, include:

    Popularity 2/10 Helpfulness 1/10 Language csharp
    Tags: c# inspector
    Link to this answer
    Share Copy Link
    Contributed on Jan 23 2024
    Solstice
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.