Git Product home page Git Product logo

Comments (4)

Deadcows avatar Deadcows commented on June 12, 2024 1

With the latest versions of MyBox those settings are set to false by default, but check the settings in your project just in case.
I remember how I tried to use TypeCache to improve this terrible performance issue a few years ago, and wasn't able to do so. But at least it should be possible to add extra check with TypeCache to not cause the problems for those who don't use these features 🤔 Maybe I'll be able to figure something out this time.
Sorry for the late response btw 😑 I'm back on track with MyBox now

image

from mybox.

TheXRMonk avatar TheXRMonk commented on June 12, 2024

Through a bit of digging it seems like the attribute search doesn't use TypeCache. Don't know if this is the bottleneck, but since we aren't using AutoProperty or MustBeAssigned, we'll just skip invoking OnSave in MyEditorEvents.

from mybox.

CharlieDreemur avatar CharlieDreemur commented on June 12, 2024

try to use
#if UNITY_EDITOR
using MyBox;
#endif
in every place you use "MyBox" as a temporal solution

from mybox.

TheXRMonk avatar TheXRMonk commented on June 12, 2024

try to use #if UNITY_EDITOR using MyBox; #endif in every place you use "MyBox" as a temporal solution

This is editor issues, so this will do nothing.

from mybox.

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.