Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate ObjectChangeEvents #279

Open
LogicalError opened this issue Sep 23, 2020 · 0 comments
Open

Investigate ObjectChangeEvents #279

LogicalError opened this issue Sep 23, 2020 · 0 comments
Assignees
Labels
research Gather information about a topic

Comments

@LogicalError
Copy link
Member

Chisel does a lot of shadow bookkeeping to figure out what needs to be updated where while trying to do as little work as possible.
Unity 2020.2 introduced a new API point where you can get notifications about objects having been modified:
https://docs.unity3d.com/2020.2/Documentation/ScriptReference/ObjectChangeEvents.html

This should be investigated to see if we can simplify the bookkeeping code and reduce the complexity there

@LogicalError LogicalError added the research Gather information about a topic label Sep 23, 2020
@LogicalError LogicalError self-assigned this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Gather information about a topic
Projects
None yet
Development

No branches or pull requests

1 participant