Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
research Gather information about a topic
Projects
None yet
Development

No branches or pull requests

1 participant