1
0
mirror of https://github.com/originalnicodr/CinematicUnityExplorer.git synced 2025-07-18 17:38:01 +08:00

Commit Graph

  • e3584654a6 Added advance setting to select target camera (#108) master Nicolás Uriel Navall 2025-06-20 18:33:11 -03:00
  • 8c2c06aff4 Replaced Array.IndexOf by a manual iteration because it wasn't working for some reason. Also polished some vertical spaces. feat/select-target-cam originalnicodr 2025-06-20 18:08:15 -03:00
  • 676f412a60 Refactor build guards by using reflection to cover all builds. originalnicodr 2025-06-20 17:21:13 -03:00
  • 7785f9c51a Added missing config values type changes. originalnicodr 2025-06-20 15:41:57 -03:00
  • a9f89a0341 Refactored Preferred_Target_Camera into a path to the cam object to make it more robust. originalnicodr 2025-06-18 00:59:44 -03:00
  • 98fb915be1 Added settings to optionally render the target camera dropdown and to remember the selected target camera across sessions. Also renamed the CUE camera objects for standardization (and filtering) sake. originalnicodr 2025-06-16 16:42:29 -03:00
  • f0f5d98922 Added a dropdown to select the camera you want to target. Also improved rendering tweaks error handling. originalnicodr 2025-06-16 12:48:34 -03:00
  • 388c9fbc29 Added a new field on the freecam panel to add components to disable when enabling the freecam. originalnicodr 2025-03-02 14:51:51 -03:00
  • 2f35b9d2c7 Made the slow-down hotkey tilt the camera 90 degrees instead, to tilt vertically in games that don't allow vertical ARs. originalnicodr 2025-03-01 10:58:05 -03:00
  • b82cc62186 Destroy cinemachine in Cloned Freecam mode as we won't be enabling it back again since the cam will get destroyed anyway, given that in some games the cinemachine cam would still bother us even if it's disabled. originalnicodr 2025-02-26 00:45:15 -03:00
  • 9429b84cfa Made lights in the lights manager panel and effects in the postprocessing effects panel prioritize focusing on already opened inspector tabs when trying to inspect the corresponding object. originalnicodr 2025-02-23 22:56:09 -03:00
  • 2719c69753 Added new safeguards when adding and removing event handlers to the rendering pipeline. Also changed the "reset camera on new freecam sessions" option default value to true, as its more intuitive. originalnicodr 2025-02-23 20:27:50 -03:00
  • 9144f89e32 Add Adjust ArrowSize (#101) Yuki.kaco 2025-02-08 06:39:21 +08:00
  • 3bc1268444 Updated GitHub action upload-artifact from v3 to v4 originalnicodr 2025-02-02 18:48:04 -03:00
  • 4c100daf83 Fixed bug when disabling orthographic property on freecam originalnicodr 2025-02-02 18:42:30 -03:00
  • e7d591176e Fixed poses not being saved correctly for some .NET versions. originalnicodr 2025-01-20 13:21:09 -03:00
  • ca46607c49 Automatically update the default freecam every time a new freecam type is selected. originalnicodr 2025-01-20 11:51:50 -03:00
  • 7fb67b4e28 Added steps on the freecam enabling to enable/disable the orthographic property, as I believe it doesn't make sense to freecam while that is enabled originalnicodr 2025-01-20 11:21:03 -03:00
  • c0f42ad983 Enhanced the camera selection logic on the world mouse inspector. Also fixed the camera coordinates not being displayed properly. originalnicodr 2025-01-20 10:56:35 -03:00
  • 6111c1743b Avoid processing freecam input movement when there is a focused input field. originalnicodr 2024-12-15 21:13:20 -03:00
  • b03d81052b Update README.md 1.3.0 originalnicodr 2024-11-30 14:28:19 -03:00
  • 173eeb993a Increased version number. originalnicodr 2024-11-30 13:15:09 -03:00
  • 07971489c4 Added checks to avoid the look-at feature from getting in the way of the connector commands. originalnicodr 2024-11-30 12:57:02 -03:00
  • 2604dd8286 Added look at feature in the freecam panel. originalnicodr 2024-11-30 12:41:37 -03:00
  • ca81bcc5dc Fixed loading cam path relative to the camera with a different rotation. originalnicodr 2024-11-30 11:37:27 -03:00
  • b95178775c Fix get value from property with reflection. originalnicodr 2024-11-30 09:47:05 -03:00
  • 3928cdc4fe fix: save default lod bias Scoolnik 2024-11-14 23:54:50 +05:00
  • 81d15270fe Fixed mod UI scaling on wide ARs (won't work well on tall ARs). originalnicodr 2024-11-29 09:35:25 -03:00
  • 2b557a8c23 Fixed standalone build originalnicodr 2024-11-26 20:50:43 -03:00
  • 462201534d Added option to reset the freecam transform between freecam sessions. originalnicodr 2024-11-26 20:44:17 -03:00
  • f3b154658c Added a button in the game object inspector panel to move the object to the camera position (and rotation). Also minor UI adjustment on the CamPaths panel. originalnicodr 2024-11-25 19:18:37 -03:00
  • 7ab907d7b0 Added camera path serialization, and changed extension of saved poses. originalnicodr 2024-11-25 18:38:55 -03:00
  • 736ebdfa1b Added new freecam methods, one for cloning the gameplay camera and another one for replacing the worldToCameraMatrix of the gameplay camera. originalnicodr 2024-11-23 11:52:00 -03:00
  • c9aa93a6a4 Add FlattenHierarchy to find special case of singletons (#90) Noah Pilarski 2024-10-08 19:46:28 -04:00
  • 78bf2fc634 Add support to 32bit igcsdof. (#91) Sebastián A. 2024-10-05 12:56:40 -03:00
  • 6c493aaf7d Moved the bone object inspect button to the right and put the bone name on a label so it could resize correctly. originalnicodr 2024-08-08 18:26:33 -03:00
  • b6d459b664 Search AnimatorCell-associated meshes again when refreshing the animator's list. Refreshes the bone panel with the new meshes. originalnicodr 2024-08-07 19:39:02 -03:00
  • 7a580d12ed Update individual cell mesh togglers if the global toggler is interacted with. originalnicodr 2024-08-04 21:33:05 -03:00
  • 8f2ec19660 Refactored the animator player toggler into a play/pause button for better UI/UX. Also did some minor campaths panel UI improvements. originalnicodr 2024-08-04 21:14:44 -03:00
  • f855f6d430 Added search function in the bones panel. originalnicodr 2024-07-28 21:25:13 -03:00
  • a6446c50e4 Added a helper method to copy cached transform data into a transform and fixed a bug when looking for bones for the bones panel. originalnicodr 2024-07-28 20:31:37 -03:00
  • f3b48bf069 Added serialization support for poses, which allows you to save and load custom poses. originalnicodr 2024-07-28 19:10:40 -03:00
  • 396e653495 Refactored BoneCell to get rid of a legacy member. Also added TODO on BonesPanel. originalnicodr 2024-07-27 14:52:10 -03:00
  • 68c482df22 Added a label next to the expand/collapse button and increased the minimum height of the bones panel. originalnicodr 2024-07-27 14:40:43 -03:00
  • a868cc74ac Refactored bone panel to mimic a hierarchical-like structure, so the main bones are displayed first, and you can get more granular control by expanding their children. originalnicodr 2024-07-27 13:24:52 -03:00
  • 343ccb9474 Used base Exception on UnityIGCSConnector despite good practices to increase game compatibility. originalnicodr 2024-07-27 13:15:34 -03:00
  • 48fec535fd When writing down a bigger timescale than the maximum move the slider to the right. 1.2.0 originalnicodr 2024-07-21 18:44:13 -03:00
  • 5e9abd33b4 Added setting to toggle menu UI autoscaling off, and allow the timescale input field to accept values above the slider maximum. originalnicodr 2024-07-18 09:41:49 -03:00
  • 6ebf19dfa0 Update README.md originalnicodr 2024-07-18 08:57:44 -03:00
  • cc34a50e21 Revert "Add controller support (#76)" originalnicodr 2024-07-18 08:57:22 -03:00
  • 1664294113 Update README.md controller-support originalnicodr 2024-07-18 08:51:51 -03:00
  • 954b6f4f1c Updated readme originalnicodr 2024-06-30 16:55:05 -03:00
  • b785f76ba3 Add controller support (#76) Nicolás Uriel Navall 2024-06-30 15:51:58 -03:00
  • 2b493d8ec0 Added comment about patches on IInputManager originalnicodr 2024-06-30 15:49:33 -03:00
  • 1d59cd39ce Improved build system by wrapping the SharpDX libs inside the CUE .dll and took the whole Joystick class outside into its own file. originalnicodr 2024-06-30 13:02:27 -03:00
  • edc188cf68 Added gizmos (Mono compatibility only for now). gizmos originalnicodr 2024-06-23 17:17:30 -03:00
  • d2d22de66c Fixed enabled in BonesPanel, refactored SetMeshesEnabled to not use reflection and to disable meshes consistently with the BonesManager. originalnicodr 2024-06-20 18:52:25 -03:00
  • af2ad057fb Added mesh togglers for each bone, added non-bone meshes to the BoneManager, captured multiple skinnedMeshRenderers, and restored the mesh scale when enabling the animator again. originalnicodr 2024-06-20 18:30:31 -03:00
  • ca726e0ae7 Added mesh toggle to the animator panel, and reworked the panel UI. originalnicodr 2024-06-20 00:01:29 -03:00
  • a02460be33 Added buttons to restore individual bones in the BonesManager. originalnicodr 2024-06-19 18:42:46 -03:00
  • 30b9e6e387 Increased CUE version. originalnicodr 2024-06-18 21:36:16 -03:00
  • 58f477ed0d Adjusted space between Animator cells. originalnicodr 2024-06-18 21:35:06 -03:00
  • fd672615be Added animation sliders to more precisely choose the animation frame in wich you want to set up a character. originalnicodr 2024-06-18 21:26:18 -03:00
  • f8886700d9 Initialized slider increments with values that make more sense for each one. originalnicodr 2024-06-18 19:49:26 -03:00
  • dae6930b43 Turn off the animator toggle on the bones manager when modifying one of the sliders or input fields. originalnicodr 2024-06-18 18:42:57 -03:00
  • d9ebe5819c Added a "bones panel" in the animator to access and control the bones of a character. originalnicodr 2024-06-18 09:41:07 -03:00
  • 171ee3f0d8 Append new animations instead of discarding the previous ones when refreshing the animators. originalnicodr 2024-06-12 19:00:19 -03:00
  • 448ab66f5b Merge branch 'master' of github.com:originalnicodr/UnityExplorer originalnicodr 2024-06-12 18:35:46 -03:00
  • b090f68732 Properly disable CinemachineBrain on freecam on IL2CPP games. originalnicodr 2024-06-12 18:35:39 -03:00
  • 13dcef668f IGCSDOF: Go back to the original position after an EndSession. (#74) Sebastián A 2024-05-19 22:14:50 -04:00
  • 1d5a7b8885 Fixed icon extension. 1.1.0 originalnicodr 2024-05-08 01:02:37 -03:00
  • 54f20fde95 Made the rest of the panels initialize correctly if UnityIGCSConnector failed to initialize, updated the readme with IGCDOF info, resized icon, Increased version number originalnicodr 2024-05-08 01:01:30 -03:00
  • 66773b300f Improved post-processing logging messages and improved compatibility with Hellpoint and potentially more games. originalnicodr 2024-05-05 23:36:21 -03:00
  • 271261307d actions: Update dotnet.yml (#73) Sebastián A 2024-05-05 19:27:18 -04:00
  • f557d3de88 IGCS Support for CUE (#72) Sebastián A 2024-05-04 19:05:12 -04:00
  • e6df5f9c7b Updated logo, added a trailer, and expanded a section in the readme. 1.0.0 originalnicodr 2024-04-04 00:04:34 -03:00
  • 250dec1f88 Deleted debug leftover. originalnicodr 2024-03-30 11:03:40 -03:00
  • f58f3c2cee Added controller support. originalnicodr 2024-03-30 10:45:24 -03:00
  • 918d871041 Added support for more post-processing classes for the post-processing panel. originalnicodr 2024-03-16 19:44:59 -03:00
  • f8918bc3f7 Use the gameplay far clip plane value if the default value is still being used. Also changed the default near clip plane to be bigger, since it seems that having a super small near clip value affects how far the far clip value actually affects the gameworld. originalnicodr 2024-03-15 18:49:01 -03:00
  • 5b98e68c40 Separated the "reset all" feature into another button in the animator panel. originalnicodr 2024-03-13 23:50:53 -03:00
  • 67782b5c8b Fixed some animations not playing in npcs, stopped the game from switching animations when we were manually replacing them, improved the refresh animations feature, and added support for the animator for newer games. originalnicodr 2024-03-13 19:47:46 -03:00
  • 63ac2dfbd9 Added fallback arrows in case we cannot build the cone for the ones we build (was happening on Metall: Hellsinger and Road 96). originalnicodr 2024-03-10 19:11:39 -03:00
  • 65442023aa Stopped patching the mouse position since it caused problems with moving panels around on the screen in some games (Aragami 2, Road 96). originalnicodr 2024-03-10 16:56:44 -03:00
  • 463fec38b2 Changed the lights config button to only show the inspector with the lights properties, and added a new option for the default freecam (so to be able to use the gameplay camera if you can't interact with the menu). originalnicodr 2024-03-10 12:15:32 -03:00
  • 180139dcd2 Apply the TimeScaleWidget default slider value before adding the listener so it doesn't try to set up the time right away, which might give an error in some games (e.g. Iron Harvest). originalnicodr 2024-03-09 16:12:34 -03:00
  • ac00a42432 Edited the Readme, changed the icon to a provisional icon, and updated the UnityEditorPackages. originalnicodr 2024-03-09 10:14:46 -03:00
  • adbbf4eb75 Refactored campath translation point functions to make sure the order of execution is always the same. originalnicodr 2024-03-08 22:03:39 -03:00
  • 103e2fd40e Adjusted default camera far clip to 2000 and made the default tilt speed 10 times faster. originalnicodr 2024-03-08 20:59:57 -03:00
  • 7046d8b5cd Added checks to avoid interacting with some panel cells related to already deleted objects. originalnicodr 2024-03-08 20:38:46 -03:00
  • 4b971d8191 Fixed TimeController widget interaction with CamPaths and deleted comment. originalnicodr 2024-03-08 20:11:25 -03:00
  • 96efbc36d0 Refactored the follow object feature to let the user choose if they want to follow the object position only or if they also want the camera to follow its rotation. originalnicodr 2024-03-08 18:47:00 -03:00
  • 4faf58cb28 Refactor the Animator play button to override whatever animation is currently playing. originalnicodr 2024-02-28 22:42:40 -03:00
  • 3e6350541b Inverted favorite buttons on the Animator and fixed the default freecam move speed input to display the correct initial speed. originalnicodr 2024-02-26 21:30:52 -03:00
  • bc22099845 Added ko-fi link and deleted GitHub funding to avoid errors. originalnicodr 2024-02-26 00:53:25 -03:00
  • 62ee4dc8ab Added kofi link on funding and readme. Also added a link to the Framed guide. originalnicodr 2024-02-26 00:47:36 -03:00
  • bdad7d722c UI tweaks. originalnicodr 2024-02-25 22:16:05 -03:00
  • cd0c9de59b Added favourite button to the animators panel, and fixed the nightly build deployment. originalnicodr 2024-02-25 17:48:05 -03:00
  • fd18d1b56d Refactored the TimeWidget lock button into an Override toggle to make things clearer, and minor UI tweaks on the Cam Path panel. originalnicodr 2024-02-25 13:05:33 -03:00
  • 56e438948b Refactored the TimeWidget to save the previous state when paused with hotkey, and improved code traces. originalnicodr 2024-02-25 12:17:21 -03:00