{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":625231585,"defaultBranch":"main","name":"Unity_3D_Practice","ownerLogin":"constance012","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-08T13:25:06.000Z","ownerAvatar":"https://github.com/avatars/u/93983712?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1685532280.708162","currentOid":""},"activityList":{"items":[{"before":"e91c9aeee86617665052cf04dc6d2ad12648b4a9","after":"7a6dfda85e7abc9384cc0845ca7382c8c716c5aa","ref":"refs/heads/main","pushedAt":"2024-05-26T13:48:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Implement and test algorithms (26/05/2024):\n\n- A* Pathfinding for automatically constructing and executing paths.\n- Poisson Disc Sampling for procedurally placing objects.","shortMessageHtmlLink":"Implement and test algorithms (26/05/2024):"}},{"before":"b800bde2d08c0f35656defe660752ffadf44f763","after":"e91c9aeee86617665052cf04dc6d2ad12648b4a9","ref":"refs/heads/main","pushedAt":"2023-09-17T12:41:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Minor changes and refactoring (17/09/2023):\n\n-Added headshot damage property to guns.\n-Added some utility functions for manipulating string objects and numbers.\n-Implemented the essentials of the aim down sight feature for guns in first person view.\n\n-Fixed the issue where the aim IK constraint didn't aim correctly at the target the player was pointing at.\n-Rewrote and improved the function to change the rig layer weight over a specific time.\n-Refactored and separated the reloading and aiming behaviours, as well as weapons animation events code into their own scripts.","shortMessageHtmlLink":"Minor changes and refactoring (17/09/2023):"}},{"before":"1b8f10038d14e9538b0f97258ba770b0cb938c2c","after":"b800bde2d08c0f35656defe660752ffadf44f763","ref":"refs/heads/main","pushedAt":"2023-09-10T12:37:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"More updates on Procedural Generation (10/09/2023):\n\n-Imported Grass Painter Tool 3.0 by MinionsArt.\n-Experimenting the way of generating grass for each terrain chunk procedurally using the Grass Painter Tool with the same sampling method as other generable objects. Might be improved later on to get a better result.\n\n-Added scriptable objects to hold the Noise and Mesh data for terrain chunks.\n-Added some handy methods for previewing the generated map within the Editor.\n-Added a way to set the singleton reference manually in scripts that execute in the Editor.\n\n-Adjusted aiming animations for some guns, and added events for holster animations.\n-Refactored the Threading system to a separate class and made it compatible with any data type.\n-Optimized the reload feature on guns that can shoot during reloading such as Shotguns, fixed the issue where the animation being looped as the user keeps tapping the reload key and shoot when the remaining ammo is 0.\n\n-Reordered and organized some folders.\n-Removed some unused assets.\n-Updated the README file.","shortMessageHtmlLink":"More updates on Procedural Generation (10/09/2023):"}},{"before":"5fe44a8ea60e54ac011019c1677fe1bbb8484c6b","after":"1b8f10038d14e9538b0f97258ba770b0cb938c2c","ref":"refs/heads/main","pushedAt":"2023-09-03T07:26:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Procedural Generation updates and other additions (03/09/2023):\n\n-Added colliders for the terrain chunks.\n-Added water surfaces for the terrain chunks.\n-Added a prefab generator to randomly instantiate and place prefabs on terrain chunks using Raycast.\n-Added a scriptable object for generable prefabs.\n-Added vegetation for the terrain chunks.\n\n-Imported \"Free Trees\" package by Ada_King.\n-Added some extension methods for Transform, Component and System.Random classes.\n-Added a stylized water shader.\n\n-Improved the performance when baking collision data and calculating vertex normal vectors while terrain chunks are being generated.\n-Fixed the issue where depth textures are not being rendered in Game mode.\n-Fixed the reload animation clipping issues of the Vintage and Heavy Pistols.\n-Fixed some variable naming violations in scripts.","shortMessageHtmlLink":"Procedural Generation updates and other additions (03/09/2023):"}},{"before":"43e437b3599a25a472e1615b925ec24c12263cbe","after":"5fe44a8ea60e54ac011019c1677fe1bbb8484c6b","ref":"refs/heads/main","pushedAt":"2023-08-27T12:49:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Procedural Generation updates and improvements (27/08/2023):\n\n-Terrain chunks now can dynamically switch between different detail levels, depending on distance thresholds from the player. Thus improving the rendering performance.\n-Added two normalize modes: Global and Local. Local works well for a single chunk. Global finds the maximum possible vertices height for every chunk to use, so that the transitions between chunks are seamless and continuous.\n-Added a falloff map which can be applied onto a chunk to surround it with water region, comes with different shapes and configurations.\n-Corrected the lighting data along the edges of a chunk by recalculating the vertex normal vectors of that chunk with the data of the triangles of adjacent chunks took into account. So that all the chunks join together seamlessly and smoothly.","shortMessageHtmlLink":"Procedural Generation updates and improvements (27/08/2023):"}},{"before":"7c4583eedcae868d20435a9f1bc152d3e9bf1b62","after":"43e437b3599a25a472e1615b925ec24c12263cbe","ref":"refs/heads/main","pushedAt":"2023-08-20T11:53:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Implemented Procedural Generation (20/08/2023):\n\n-Implemented the basis of Procedural Generation for generating landmass and terrain.\n-Split the terrain into multiple chunks for endless generation, and only activate certain amount of chunks within the view distance of the Player.\n-Implemented levels of detail for changing mesh's simplicity.\n-Implemented threading for generate map data and mesh data for terrain chunks, thus maintained the game overall performance and FPS while chunk are being generated.\n\n-Added extensions for the C# Dictionary.\n-Added a cartoon water shader.","shortMessageHtmlLink":"Implemented Procedural Generation (20/08/2023):"}},{"before":"b149916ed3938a0c333fe746e083e05043eb02dc","after":"7c4583eedcae868d20435a9f1bc152d3e9bf1b62","ref":"refs/heads/main","pushedAt":"2023-08-13T12:21:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes, bugs fixed and additions (13/08/2023):\n\n-Added Audio Manager for managing and playing audio clips.\n-Added Vintage Pistol as a new handgun.\n-Added reload animations for Heavy Pistol, Vintage Pistol.\n-Added details for the Vintage Pistol when its magazine is empty and being reloaded.\n-Added some useful extensions for Animator and Component classes.\n-Added a generic Singleton class for other classes to use, increased code reusability.\n\n-Fixed the bug with the single round reload method where the animation being looped more times than the reserve bullets the player has.\n-Optimized and added more animation events for weapons.\n-Improved the instantiation process for dropped items.\n-Weapon data now no longer holds hand grip references.\n\n-Reordered and reorganized the folder structure for scripts.\n-Cleaned up and fixed some naming rule violations.","shortMessageHtmlLink":"Major changes, bugs fixed and additions (13/08/2023):"}},{"before":"a88065863de2ec73e170598703ed66106ea03213","after":"b149916ed3938a0c333fe746e083e05043eb02dc","ref":"refs/heads/main","pushedAt":"2023-07-09T11:52:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes and additions (09/07/2023):\n\n-Imported the \"Ultimate Stats Monitor\" package by Tayx.\n-Added bullet case ejector to guns, which ejects empty cases upon firing. Asset provided by Mercuzot.\n-Added detachable magazine to handguns, asset provided by Nokobot.\n-Added new audio mixer with Master, Sound and Music mixer groups.\n-Added detailed reload animation for the Pump Shotgun using animation event.\n-Added a game manager.\n-Split the reload behaviour for guns into 2 separate types: a single round reload and a standard, full magazine reload.\n-Optimized guns aiming behaviour in various actions such as: drop, pickup, reload, shoot weapons.\n-Clean up some code.\n-Updated the README file.","shortMessageHtmlLink":"Major changes and additions (09/07/2023):"}},{"before":"389daefe9752e31b1ec50327dd15aa14ee6ee0c3","after":"a88065863de2ec73e170598703ed66106ea03213","ref":"refs/heads/main","pushedAt":"2023-07-02T12:06:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes and additions (02/07/2023):\n\n-Added a combat drone that accompanies the player throughout the journey. Asset provided by VoodooPlay.\n-Added projectile-base ranged weapons.\n-Added missile system, includes regular straight missiles and homing missiles, inspired by Tarodev.\n-Added a Pump Shotgun.\n-Added some impact effect for projectiles, explosion effect for missiles.\n-Added some useful extension methods. for GameObject, Particle System, Transform, Vector3.\n-Added a dissolve shader.\n-Renamed and organized some assets and folders.\n-Fixed bugs and optimized some code.\n-Updated README file.","shortMessageHtmlLink":"Major changes and additions (02/07/2023):"}},{"before":"a068a1d8db07bc923b8f5905f619cfa1e4f50882","after":"389daefe9752e31b1ec50327dd15aa14ee6ee0c3","ref":"refs/heads/main","pushedAt":"2023-06-25T12:27:40.724Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major updates and additions (25/06/2023):\n\n-Imported \"Unity Jiggle Physics\" package by naelstrof.\n-Imported \"Grass Painter Tool\" by Minions Art.\n-Imported \"Fabric Materials\" pack by Yughues.\n-Removed Mix and Jam's \"Jammo Character\".\n-Added Quick Pulling Orb as a new traveling method.\n-Added day/night cycle.\n-Optimized player's jump mechanic.\n-Cleaned up some unused assets.","shortMessageHtmlLink":"Major updates and additions (25/06/2023):"}},{"before":"789e09549baa805d07f1d315021356ac359b3f28","after":"a068a1d8db07bc923b8f5905f619cfa1e4f50882","ref":"refs/heads/main","pushedAt":"2023-06-21T06:18:41.526Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"3e4173b26316971f91ca5c561ea9f13d2b37402c","after":"789e09549baa805d07f1d315021356ac359b3f28","ref":"refs/heads/main","pushedAt":"2023-06-21T06:18:19.763Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"006adad861c7fd61608de1ee96b8a3c89e575948","after":"3e4173b26316971f91ca5c561ea9f13d2b37402c","ref":"refs/heads/main","pushedAt":"2023-06-19T08:14:25.885Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Upgraded project files for compatible with Unity Editor version 2022.3.2f1","shortMessageHtmlLink":"Upgraded project files for compatible with Unity Editor version 2022.…"}},{"before":"cb04bdfb7e35c42c75f84afa5e128cde6e827f03","after":"006adad861c7fd61608de1ee96b8a3c89e575948","ref":"refs/heads/main","pushedAt":"2023-06-18T12:20:21.170Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Removed the UserSettings folder from Git search indexing system.","shortMessageHtmlLink":"Removed the UserSettings folder from Git search indexing system."}},{"before":"3bbf270dc3e9e870ba1fdaf9d5c3ad89ed5fa239","after":"cb04bdfb7e35c42c75f84afa5e128cde6e827f03","ref":"refs/heads/main","pushedAt":"2023-06-18T11:50:22.368Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Updated .gitignore to the newest version.","shortMessageHtmlLink":"Updated .gitignore to the newest version."}},{"before":"07033b18b2c6657db1c18349c11ee08d68c59a4d","after":"3bbf270dc3e9e870ba1fdaf9d5c3ad89ed5fa239","ref":"refs/heads/main","pushedAt":"2023-06-08T12:43:04.540Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Minor changes and addition: (08/06/2023):\n\n-Added recoil patterns for weapons.\n-Added necessary attributes to some public fields.\n-Updated gun prefabs.\n-Cleaned up some code.","shortMessageHtmlLink":"Minor changes and addition: (08/06/2023):"}},{"before":"07033b18b2c6657db1c18349c11ee08d68c59a4d","after":null,"ref":"refs/heads/rigging_control","pushedAt":"2023-05-31T11:24:40.708Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"}},{"before":"ad64fcb4052d3de0c1ff79dd76b492944ef777df","after":"07033b18b2c6657db1c18349c11ee08d68c59a4d","ref":"refs/heads/main","pushedAt":"2023-05-31T09:42:43.197Z","pushType":"push","commitsCount":4,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Minor changes and clean up (31/05.2023):\n\n-Added a Desert Eagle as a new secondary weapon.\n-Optimized raycast collision for shooting.\n-Fine-tuned all the rig animations.\n-Cleaned up some unused assets.","shortMessageHtmlLink":"Minor changes and clean up (31/05.2023):"}},{"before":"f50dd959a50f29aed5fde477737cd904734e4c37","after":"07033b18b2c6657db1c18349c11ee08d68c59a4d","ref":"refs/heads/rigging_control","pushedAt":"2023-05-31T09:40:33.550Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Minor changes and clean up (31/05.2023):\n\n-Added a Desert Eagle as a new secondary weapon.\n-Optimized raycast collision for shooting.\n-Fine-tuned all the rig animations.\n-Cleaned up some unused assets.","shortMessageHtmlLink":"Minor changes and clean up (31/05.2023):"}},{"before":"216d815b7320038d37ebf85768b97c0258fa5b13","after":"f50dd959a50f29aed5fde477737cd904734e4c37","ref":"refs/heads/rigging_control","pushedAt":"2023-05-31T05:54:47.131Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Merge pull request #1 from constance012/main\n\nUpdate README file.","shortMessageHtmlLink":"Merge pull request #1 from constance012/main"}},{"before":"a9d0dd2ca4abf46b9afcd2acbf0052506ae5f423","after":"216d815b7320038d37ebf85768b97c0258fa5b13","ref":"refs/heads/rigging_control","pushedAt":"2023-05-21T12:42:34.314Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes and additions (21/05/2023):\n\n-Optimized and finalized the rig animation for aiming.\n-Ranged weapons now using projectiles raycast to fire.\n-Added some effects: impact sparks upon the bullet collides with objects, tracer trail as bullets travel through the air.\n-Added post processing effects, enabled HDR output.\n-The player now can drop the holding weapon.\n-The player can have up to 4 different weapon type: Primary, Secondary, Close-range and Throwable.","shortMessageHtmlLink":"Major changes and additions (21/05/2023):"}},{"before":"0f31155906b8f0cc1a483cdcbfa9f40f55e04888","after":"ad64fcb4052d3de0c1ff79dd76b492944ef777df","ref":"refs/heads/main","pushedAt":"2023-05-15T10:47:17.199Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"a239495017c6910c06548ae050fd20989f52709a","after":"a9d0dd2ca4abf46b9afcd2acbf0052506ae5f423","ref":"refs/heads/rigging_control","pushedAt":"2023-05-15T10:43:36.598Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Initialize things:\n\n-Imported Particle Pack by Unity Technologies.\n-Converted built-in quality settings to URP's.\n-Gotten rid of the original animation system, instead use rig layers for holding and aiming weapon.\n-The player's head now looks at the direction of the camera.\n-Implemented strafe movement when in first person mode.","shortMessageHtmlLink":"Initialize things:"}},{"before":null,"after":"a239495017c6910c06548ae050fd20989f52709a","ref":"refs/heads/rigging_control","pushedAt":"2023-05-13T13:54:57.615Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes and additions (05/05/2023):\n\n-Import some assets from the Asset Store.\n-Added some animation related to rifle.\n-Switched all the character's animations to a humanoid rig.\n-Implemented basic aiming mechanic for both TPS and FPS cameras.\n-Added scriptable objects for items and weapons.\n-Added interactable objects in the scene.\n-Added a crosshair to display when aiming with a gun.\n-Added layered animations for the player.","shortMessageHtmlLink":"Major changes and additions (05/05/2023):"}},{"before":"a239495017c6910c06548ae050fd20989f52709a","after":"0f31155906b8f0cc1a483cdcbfa9f40f55e04888","ref":"refs/heads/main","pushedAt":"2023-05-05T12:18:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"9f1968a5e1990e3fadf1bb07bfc75b1424915479","after":"a239495017c6910c06548ae050fd20989f52709a","ref":"refs/heads/main","pushedAt":"2023-05-05T12:07:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Major changes and additions (05/05/2023):\n\n-Import some assets from the Asset Store.\n-Added some animation related to rifle.\n-Switched all the character's animations to a humanoid rig.\n-Implemented basic aiming mechanic for both TPS and FPS cameras.\n-Added scriptable objects for items and weapons.\n-Added interactable objects in the scene.\n-Added a crosshair to display when aiming with a gun.\n-Added layered animations for the player.","shortMessageHtmlLink":"Major changes and additions (05/05/2023):"}},{"before":"6dd5c5addf7a2345f2cd55b2af2e6209062113d6","after":"9f1968a5e1990e3fadf1bb07bfc75b1424915479","ref":"refs/heads/main","pushedAt":"2023-04-21T12:30:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Minor changes and additions (21/04/2023):\n\n-Imported some basic movement animations from Mixamo.\n-Added looking direction arrow and the N point to the minimap.\n-Optimized movement code.","shortMessageHtmlLink":"Minor changes and additions (21/04/2023):"}},{"before":"4814c97d818ba184e28df557e6e69cd0d43cd234","after":"6dd5c5addf7a2345f2cd55b2af2e6209062113d6","ref":"refs/heads/main","pushedAt":"2023-04-08T15:41:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Imported project files","shortMessageHtmlLink":"Imported project files"}},{"before":null,"after":"4814c97d818ba184e28df557e6e69cd0d43cd234","ref":"refs/heads/main","pushedAt":"2023-04-08T13:25:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"constance012","name":"Constance Anderson","path":"/constance012","primaryAvatarUrl":"https://github.com/avatars/u/93983712?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yNlQxMzo0ODo0OS4wMDAwMDBazwAAAARUK2fA","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yNlQxMzo0ODo0OS4wMDAwMDBazwAAAARUK2fA","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0wOFQxMzoyNTowNy4wMDAwMDBazwAAAAMUqoCk"}},"title":"Activity · constance012/Unity_3D_Practice"}