Skip to content

Fix for 2019.4 LTS #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

keijiro
Copy link

@keijiro keijiro commented Aug 5, 2020

When opening the project with Unity 2019.4 LTS, due to a change of Package Manager in 2019.4.3, the Timeline package causes a compilation error with the following message.

Library\PackageCache\[email protected]\Runtime\Playables\ParticleControlPlayable.cs(25,91): error CS0246: The type or namespace name 'ParticleSystem' could not be found (are you missing a using directive or an assembly reference?)

The project must have an explicit dependency on the build-in particle system package to avoid this error.

- Add the built-in particle system package to manifest.json
@peeweek
Copy link
Contributor

peeweek commented Aug 6, 2020

Well noticed!
In The problem seems in fact more related to timeline which is supposed to assume this module could be disabled. The timeline package received a fix for that issue in the version 1.4.1. We're currently working on the upgrade for 2019.4 and we have upgraded the timeline package to 1.4.1 so it doesn't happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants