Skip to content

Fix texture not found when it is active texture in asset bundle#136

Merged
Epicguru merged 2 commits intodevelopfrom
bug/texture-report
Aug 30, 2025
Merged

Fix texture not found when it is active texture in asset bundle#136
Epicguru merged 2 commits intodevelopfrom
bug/texture-report

Conversation

@Epicguru
Copy link
Owner

No description provided.

@Epicguru Epicguru requested a review from Copilot August 30, 2025 10:24
@Epicguru Epicguru self-assigned this Aug 30, 2025
@Epicguru Epicguru added the bug Something isn't working label Aug 30, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where textures could not be found when they exist as active textures in asset bundles. The fix involves updating the texture resolution logic to properly scan asset bundles for textures in collection-type graphics.

  • Updated all project references to use Krafs.Rimworld.Ref version 1.6.4566
  • Enhanced texture path resolution to check asset bundles when scanning for collection textures
  • Added new method to search asset bundles for textures under a specific folder path

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
VehiclesPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
TacticowlPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
PerformanceOptimizerPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
ModRequestAPI.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
LightsaberPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
FacialAnimationPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
CombatExtendedPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
CAI5000Patch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
AnimationMod.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
AlienRacesPatch.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566
RetextureUtility.cs Added asset bundle scanning logic to texture path resolution and renamed method for clarity
AMRetextureSupport.csproj Updated Krafs.Rimworld.Ref package reference to version 1.6.4566

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Epicguru Epicguru merged commit 4c12b03 into develop Aug 30, 2025
3 checks passed
@Epicguru Epicguru deleted the bug/texture-report branch August 30, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants