Skip to content

Commit

Permalink
fix: __Generated folder is not removed after uploading avatar (#235)
Browse files Browse the repository at this point in the history
* fix: __Generated folder is not removed after uploading avatar

* docs(changelog): `__Generated` folder is not removed after building avatar
  • Loading branch information
anatawa12 committed May 12, 2024
1 parent 5617be4 commit b2c1ddb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- `__Generated` folder is not removed after building avatar (#235)

### Fixed

### Changed

### Removed

### Security

### Deprecated

## [1.4.0] - [2024-03-27]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Editor/VRChat/CleanupTemporaryAssets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class CleanupTemporaryAssets : IVRCSDKPostprocessAvatarCallback

public void OnPostprocessAvatar()
{
//AvatarProcessor.CleanTemporaryAssets();
AvatarProcessor.CleanTemporaryAssets();
}
}
}
Expand Down

0 comments on commit b2c1ddb

Please sign in to comment.