{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":155439499,"defaultBranch":"master","name":"unity-atoms","ownerLogin":"unity-atoms","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-30T18:50:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/77822828?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1702959919.0","currentOid":""},"activityList":{"items":[{"before":"2e11570e7401177fa8e44f97ea08d939407b9ebd","after":"f2b9186eefed1885335d8c724a246aebdd1f980a","ref":"refs/heads/canary","pushedAt":"2024-01-07T19:23:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix for #440 - Removed GuiData class (#448)\n\n* Added the ability to drag and drop any atom reference to a `AtomReference` without the need to manually select the type through the 3 dot button on inspector\r\n\r\n- I also refactored the `AtomBaseReferenceDrawer` script so that it's easier to read/maintain.\r\n- The class `BaseAtomInstancer` is needed to be able to auto reference instancers. Because when we drag a `GameObject` we need to get it's `AtomInstancer` component to determine the reference type. Also, the class represents something similiar to `BaseAtom` for `ScriptableObjects` but for `MonoBehaviors`, so it makes sense to have it.\r\n\r\n* Addressed some of the key points @soraphis made and fixed the issues I mentioned on the #442 pull\r\n\r\n- Solved the probelms that arise when a `GameObject` has multiple different instancers in it (mentioned in the #442 pull)\r\n- Removed `UsageIndex` class as it is not needed\r\n\r\n* Fixed file name not matching the class name\r\n\r\n* Addressed @soraphis issue of `GuiData` not being a struct, so I changed it and modified the `AtomBaseReferenceDrawer` to handle it as a struct\r\n\r\n* Fixed `GuiData` isn't updated even though `position` and `label` parameters of the `OnGUI` are.\r\n\r\n* Reversed the for loops order because the order of the components inside the `GameObject` are more important than the order of the \"usages\" so it fixes that problem\r\n\r\n- Also cleaned the code a bit\r\n\r\n* Missed a line that could be simplified\r\n\r\n- Made `Set/GetUsageIndex` into static because we can\r\n\r\n* Fixed issue mentioned in #442 > \"you only get the first component, when dragging in a game object, so there could be the case where selecting the type manually and dragging into it will swap the field\"\r\n\r\nThe issue is when there are multiple instancer components in a single `GameObject` then when you drag said `GameObject` then the atom reference will switch to the first instancer (via usage index) no matter the intent of the user. However, the intent of the user could be to pick the 2nd or 3rd reference, so he could manually select the usage type using the 3 dots button, but it won't work if he decides to drag and drop a `GameObject` that has multiple instancers that the reference could switch to automatically, which will always be the first instancer of the dragged `GameObject`, which bascially makes the experience frustrating to that particular scenario. Now, you can guess that the issue is hyper specific just because of how hard it is to me to explain it in text, so don't worry if you didn't get it on the first read. If you would like me to showcase it, I will gladly share a video example of what I mean.\r\n\r\n* Fixed index out of range exception (I forgot that I set the usage index at the end of this method and it could be -1 because of this line)\r\n\r\n* Redone the previous push because it was incorrect\r\n\r\n* Response to @AdamRamberg to try to make the code section clearer by refactoring it\r\n\r\n* * Minor cosmetic changes\r\n* Replace switch expression to be backwards compatible (for example to be able to run the unity-atoms-example project)\r\n* Always remove the last greater than symbol in GetPropertyTypeName to take into account generic types\r\n\r\n* Added comment to IAtomInstancer\r\n\r\n* Removed `GuiData`\r\n\r\n* testing being able to merge\r\n\r\n* Removed `GuiData` in the new merged push\r\n\r\n* Removed `GuiData` class once again\r\n\r\n* Integrated the #447 fix\r\n\r\n- Also the variable `initialPosition` was missing so I added it back\r\n- Swapped the ordering of the `position` and `property` inside of the methods to match the ordering of the `OnGUI` method (I think it just makes more sense visually to order it this way)\r\n\r\n* Revert removal of compiler flags when setting valueFieldHeight\r\n\r\n---------\r\n\r\nCo-authored-by: Adam Ramberg ","shortMessageHtmlLink":"Fix for #440 - Removed GuiData class (#448)"}},{"before":"9ac96be40686c0768ae2b2c8d09c86f1bd895899","after":"570f465bcc9eaa06d5d08d90ed85072e1997818b","ref":"refs/heads/gh-pages","pushedAt":"2023-12-19T04:23:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Deploy website\n\nDeploy website version based on 2e11570e7401177fa8e44f97ea08d939407b9ebd","shortMessageHtmlLink":"Deploy website"}},{"before":"37ead24dbb86e45a2519ba8fb8a4da0f6dfb67b5","after":"2e11570e7401177fa8e44f97ea08d939407b9ebd","ref":"refs/heads/master","pushedAt":"2023-12-19T04:22:30.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.5.0","shortMessageHtmlLink":"v4.5.0"}},{"before":"7d9bb753ffb4e2c3ac273dd54bc6cdf05f2b0396","after":"2e11570e7401177fa8e44f97ea08d939407b9ebd","ref":"refs/heads/canary","pushedAt":"2023-12-19T04:21:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.5.0","shortMessageHtmlLink":"v4.5.0"}},{"before":"4576277a192d9fdcd14f8deb60ce2ea2c61b3efe","after":"7d9bb753ffb4e2c3ac273dd54bc6cdf05f2b0396","ref":"refs/heads/canary","pushedAt":"2023-12-19T04:11:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Reduced debug overhead of Events (#435)\n\n* fix: memory allocations due to boxing when creating a StackTraceEntry with disabled DebugMode.\r\nfix: slow repeaded lookups of EditorPrefs for determining DebugMode\r\n\r\n* Cleaning up code that was affected by work on #434\r\n\r\n- removed dead code\r\n- fixed formatting\r\n\r\nCommit-Type: Refactor","shortMessageHtmlLink":"Reduced debug overhead of Events (#435)"}},{"before":"53bc0098656140f58d3e1e31c1ae6239962af5cd","after":"4576277a192d9fdcd14f8deb60ce2ea2c61b3efe","ref":"refs/heads/canary","pushedAt":"2023-12-18T23:38:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix value field height in reference drawer for older Unity versions (#447)\n\n* Fix value field height in reference drawer for older unity versions\r\n\r\n* Fix property height for quaternions\r\n\r\n* Fix property field height for quaternions in variable editor as well\r\n\r\n* Fix comment","shortMessageHtmlLink":"Fix value field height in reference drawer for older Unity versions (#…"}},{"before":"5dc2eb4726f16a014750b399bf0b34c1f671c043","after":"cadd85993d03438b53d674ed05982bfd6c5858d9","ref":"refs/heads/adam/fix-value-field-height-older-unity-versions","pushedAt":"2023-12-18T23:31:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix comment","shortMessageHtmlLink":"Fix comment"}},{"before":"f296444c98c350adfa43f9b69f23e6626e45cb0f","after":"5dc2eb4726f16a014750b399bf0b34c1f671c043","ref":"refs/heads/adam/fix-value-field-height-older-unity-versions","pushedAt":"2023-12-18T23:27:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix property field height for quaternions in variable editor as well","shortMessageHtmlLink":"Fix property field height for quaternions in variable editor as well"}},{"before":"de5513fb3bc1171c516f3202d0aacc96c695135a","after":"f296444c98c350adfa43f9b69f23e6626e45cb0f","ref":"refs/heads/adam/fix-value-field-height-older-unity-versions","pushedAt":"2023-12-18T23:10:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix property height for quaternions","shortMessageHtmlLink":"Fix property height for quaternions"}},{"before":null,"after":"de5513fb3bc1171c516f3202d0aacc96c695135a","ref":"refs/heads/adam/fix-value-field-height-older-unity-versions","pushedAt":"2023-12-18T22:17:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fix value field height in reference drawer for older unity versions","shortMessageHtmlLink":"Fix value field height in reference drawer for older unity versions"}},{"before":"37ead24dbb86e45a2519ba8fb8a4da0f6dfb67b5","after":"53bc0098656140f58d3e1e31c1ae6239962af5cd","ref":"refs/heads/canary","pushedAt":"2023-12-18T21:46:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"#441 [FEATURE] Auto drag and drop atom references through inspector without the need to manually switch usage type (#440)\n\n* Added the ability to drag and drop any atom reference to a `AtomReference` without the need to manually select the type through the 3 dot button on inspector\r\n\r\n- I also refactored the `AtomBaseReferenceDrawer` script so that it's easier to read/maintain.\r\n- The class `BaseAtomInstancer` is needed to be able to auto reference instancers. Because when we drag a `GameObject` we need to get it's `AtomInstancer` component to determine the reference type. Also, the class represents something similiar to `BaseAtom` for `ScriptableObjects` but for `MonoBehaviors`, so it makes sense to have it.\r\n\r\n* Addressed some of the key points @soraphis made and fixed the issues I mentioned on the #442 pull\r\n\r\n- Solved the probelms that arise when a `GameObject` has multiple different instancers in it (mentioned in the #442 pull)\r\n- Removed `UsageIndex` class as it is not needed\r\n\r\n* Fixed file name not matching the class name\r\n\r\n* Addressed @soraphis issue of `GuiData` not being a struct, so I changed it and modified the `AtomBaseReferenceDrawer` to handle it as a struct\r\n\r\n* Fixed `GuiData` isn't updated even though `position` and `label` parameters of the `OnGUI` are.\r\n\r\n* Reversed the for loops order because the order of the components inside the `GameObject` are more important than the order of the \"usages\" so it fixes that problem\r\n\r\n- Also cleaned the code a bit\r\n\r\n* Missed a line that could be simplified\r\n\r\n- Made `Set/GetUsageIndex` into static because we can\r\n\r\n* Fixed issue mentioned in #442 > \"you only get the first component, when dragging in a game object, so there could be the case where selecting the type manually and dragging into it will swap the field\"\r\n\r\nThe issue is when there are multiple instancer components in a single `GameObject` then when you drag said `GameObject` then the atom reference will switch to the first instancer (via usage index) no matter the intent of the user. However, the intent of the user could be to pick the 2nd or 3rd reference, so he could manually select the usage type using the 3 dots button, but it won't work if he decides to drag and drop a `GameObject` that has multiple instancers that the reference could switch to automatically, which will always be the first instancer of the dragged `GameObject`, which bascially makes the experience frustrating to that particular scenario. Now, you can guess that the issue is hyper specific just because of how hard it is to me to explain it in text, so don't worry if you didn't get it on the first read. If you would like me to showcase it, I will gladly share a video example of what I mean.\r\n\r\n* Fixed index out of range exception (I forgot that I set the usage index at the end of this method and it could be -1 because of this line)\r\n\r\n* Redone the previous push because it was incorrect\r\n\r\n* Response to @AdamRamberg to try to make the code section clearer by refactoring it\r\n\r\n* * Minor cosmetic changes\r\n* Replace switch expression to be backwards compatible (for example to be able to run the unity-atoms-example project)\r\n* Always remove the last greater than symbol in GetPropertyTypeName to take into account generic types\r\n\r\n* Added comment to IAtomInstancer\r\n\r\n---------\r\n\r\nCo-authored-by: Adam Ramberg ","shortMessageHtmlLink":"#441 [FEATURE] Auto drag and drop atom references through inspector w…"}},{"before":"2ddefb7f4a10d114f7217b497f607a80967dc5b3","after":"9235727383649024cab244801b4849459fd5b52a","ref":"refs/heads/soraphis/issue441","pushedAt":"2023-11-03T21:39:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"soraphis","name":"Soraphis","path":"/soraphis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3066582?s=80&v=4"},"commit":{"message":"removal of mistakenly included function","shortMessageHtmlLink":"removal of mistakenly included function"}},{"before":null,"after":"2ddefb7f4a10d114f7217b497f607a80967dc5b3","ref":"refs/heads/soraphis/issue441","pushedAt":"2023-11-03T21:37:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"soraphis","name":"Soraphis","path":"/soraphis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3066582?s=80&v=4"},"commit":{"message":"implements \"Auto DragAndDrop UsageTypeDetection\" for reference fields based on PR from @toasterhead-master\n\n - contains only changes regarding to the feature itself without any of the refactoring\n - reduces the amount of boilerplate classes\n\nCloses: #441\nCo-authored-by: ToasterHead","shortMessageHtmlLink":"implements \"Auto DragAndDrop UsageTypeDetection\" for reference fields…"}},{"before":null,"after":"576afed000ef727e1abfa9f5f2f771e2eb3e1448","ref":"refs/heads/soraphis/issue436","pushedAt":"2023-10-27T18:32:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"soraphis","name":"Soraphis","path":"/soraphis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3066582?s=80&v=4"},"commit":{"message":"Fixing a Rendering issue of QuaternionReferenceDrawer\n\ndue to an unity bug with the result of GetPropertyHeight for Quaternion properties we need to handle Quaternions as special cases\n\nCommit-Type: Bugfix","shortMessageHtmlLink":"Fixing a Rendering issue of QuaternionReferenceDrawer"}},{"before":"6b12b87079c642b9218fb9a3d43e9f193f853ad1","after":"71ecf9c572a696b6b41e3681a7846134fa691201","ref":"refs/heads/soraphis/issue434","pushedAt":"2023-10-26T20:39:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"soraphis","name":"Soraphis","path":"/soraphis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3066582?s=80&v=4"},"commit":{"message":"Cleaning up code that was affected by work on #434\n\n- removed dead code\n- fixed formatting\n\nCommit-Type: Refactor","shortMessageHtmlLink":"Cleaning up code that was affected by work on #434"}},{"before":null,"after":"6b12b87079c642b9218fb9a3d43e9f193f853ad1","ref":"refs/heads/soraphis/issue434","pushedAt":"2023-10-15T08:01:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"soraphis","name":"Soraphis","path":"/soraphis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3066582?s=80&v=4"},"commit":{"message":"fix: memory allocations due to boxing when creating a StackTraceEntry with disabled DebugMode.\nfix: slow repeaded lookups of EditorPrefs for determining DebugMode","shortMessageHtmlLink":"fix: memory allocations due to boxing when creating a StackTraceEntry…"}},{"before":"6717bb7622a75222815c8f859f46722cfebdb775","after":"9ac96be40686c0768ae2b2c8d09c86f1bd895899","ref":"refs/heads/gh-pages","pushedAt":"2023-08-08T18:30:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Deploy website\n\nDeploy website version based on 37ead24dbb86e45a2519ba8fb8a4da0f6dfb67b5","shortMessageHtmlLink":"Deploy website"}},{"before":"d3da0409e943d1ef065703ef9b11308017029c91","after":"37ead24dbb86e45a2519ba8fb8a4da0f6dfb67b5","ref":"refs/heads/master","pushedAt":"2023-08-08T18:30:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.4.8","shortMessageHtmlLink":"v4.4.8"}},{"before":"808af5bb740b95f530dc7c99d18405f7501c50ee","after":"37ead24dbb86e45a2519ba8fb8a4da0f6dfb67b5","ref":"refs/heads/canary","pushedAt":"2023-08-08T18:28:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.4.8","shortMessageHtmlLink":"v4.4.8"}},{"before":"50d04f1c9eaecd1c97211fc1e76f00eb48edcb94","after":"808af5bb740b95f530dc7c99d18405f7501c50ee","ref":"refs/heads/canary","pushedAt":"2023-08-08T18:25:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Add appropriate UNITY_EDITOR compiler flags (#425)","shortMessageHtmlLink":"Add appropriate UNITY_EDITOR compiler flags (#425)"}},{"before":null,"after":"14f8f3809c88d5e5b46b8e8f1fccade98d4b27b4","ref":"refs/heads/adam/fix-build-errors","pushedAt":"2023-08-08T18:23:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Add appropriate UNITY_EDITOR compiler flags","shortMessageHtmlLink":"Add appropriate UNITY_EDITOR compiler flags"}},{"before":"d3da0409e943d1ef065703ef9b11308017029c91","after":"50d04f1c9eaecd1c97211fc1e76f00eb48edcb94","ref":"refs/heads/canary","pushedAt":"2023-08-04T21:42:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Add a last step to PUBLISHING.md","shortMessageHtmlLink":"Add a last step to PUBLISHING.md"}},{"before":"cda3353d52c59d6aa1cfb9626af0d18396681d7c","after":"6717bb7622a75222815c8f859f46722cfebdb775","ref":"refs/heads/gh-pages","pushedAt":"2023-08-04T21:31:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Deploy website\n\nDeploy website version based on d3da0409e943d1ef065703ef9b11308017029c91","shortMessageHtmlLink":"Deploy website"}},{"before":"1d3d3f8607bce64dd1e4d216ccee1e11fd1bddd5","after":"d3da0409e943d1ef065703ef9b11308017029c91","ref":"refs/heads/master","pushedAt":"2023-08-04T21:30:18.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.4..7","shortMessageHtmlLink":"v4.4..7"}},{"before":"2d2ae9b12fa93676d62903b7df770e0da3c56e72","after":"d3da0409e943d1ef065703ef9b11308017029c91","ref":"refs/heads/canary","pushedAt":"2023-08-04T21:29:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"v4.4..7","shortMessageHtmlLink":"v4.4..7"}},{"before":"0899d4113d23edf3a0fc88d2ffcd4dfa479f5e61","after":"2d2ae9b12fa93676d62903b7df770e0da3c56e72","ref":"refs/heads/canary","pushedAt":"2023-08-04T21:19:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Handling dead references when resetting objects. (#421)\n\n* fix: handling dead references when resetting objects. (#417)\r\n\r\n* fix: wrong state checked in AtomEvent reset (#403)\r\n\r\n* fix: make AtomValueList compatible with disabled domain reload (#419)\r\nfix: AtomValueList now resets runtime modifications (#418)\r\n\r\n* fix: handling dead references when resetting objects for AtomValueList. (#417)\r\n\r\n* removed the dead-reference handling (#417)\r\n- this will be addressed in (#421)\r\ncompacted the Playmode state change\r\n\r\n* Remove Atom types from their _instances lists OnDisable()\r\n\r\n* Added disclaimer / comment regarding the solution\r\n\r\n---------\r\n\r\nCo-authored-by: Adam Ramberg ","shortMessageHtmlLink":"Handling dead references when resetting objects. (#421)"}},{"before":"adbd7db6c2930f4b781baf4d4a71f964df10c4b4","after":"fa9e1c8ea18d67bc8e11bd8cf4415f44e6989812","ref":"refs/heads/soraphis/issue417","pushedAt":"2023-08-04T21:16:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Added disclaimer / comment regarding the solution","shortMessageHtmlLink":"Added disclaimer / comment regarding the solution"}},{"before":"e00507beff2470e32197a88e172927b571f775bf","after":"adbd7db6c2930f4b781baf4d4a71f964df10c4b4","ref":"refs/heads/soraphis/issue417","pushedAt":"2023-08-04T21:00:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Merge branch 'canary' into soraphis/issue417","shortMessageHtmlLink":"Merge branch 'canary' into soraphis/issue417"}},{"before":"db3ed28471cb33bfbc1fbc33bb56186433569300","after":"0899d4113d23edf3a0fc88d2ffcd4dfa479f5e61","ref":"refs/heads/canary","pushedAt":"2023-08-03T21:30:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"Fixed formatting in AtomValueList","shortMessageHtmlLink":"Fixed formatting in AtomValueList"}},{"before":"7992efc98d19f434400249f2f27d81aa7156ce94","after":"db3ed28471cb33bfbc1fbc33bb56186433569300","ref":"refs/heads/canary","pushedAt":"2023-08-03T21:14:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamRamberg","name":"Adam Ramberg","path":"/AdamRamberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10260896?s=80&v=4"},"commit":{"message":"AtomValueList disabled domain reload compatibility (#420)\n\n* fix: wrong state checked in AtomEvent reset (#403)\r\n\r\n* fix: make AtomValueList compatible with disabled domain reload (#419)\r\nfix: AtomValueList now resets runtime modifications (#418)\r\n\r\n* fix: handling dead references when resetting objects for AtomValueList. (#417)\r\n\r\n* removed the dead-reference handling (#417)\r\n- this will be addressed in (#421)\r\ncompacted the Playmode state change","shortMessageHtmlLink":"AtomValueList disabled domain reload compatibility (#420)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD2cSkrgA","startCursor":null,"endCursor":null}},"title":"Activity · unity-atoms/unity-atoms"}