AbdyTekin / Unity-2D-Character-Controller

Unity 2D Ultimate Side Scroller Character Controller
MIT License
3 stars 1 forks source link

Resources missing in the example #1

Open LxeC opened 1 year ago

LxeC commented 1 year ago

Upon loading the package in a new project I noticed the following missing items:

  1. There was a missing script in the Player prefab under the Camera which I couldn't find out what it was from. I had installed InputSystem and Cinemachine packages.

  2. The "ProjectSettings" folder should be included in the package as "TagManager.asset" contains the Layers for the collision checking. Should make the example work faster than having to re-assign all the layers from scratch. Also Physics Settings are included in this folder. Honestly exporting everything as a .unitypackage as well might work best as it will also acquire any dependencies.

  3. All objects have a missing material, that could be rectified by having a base white material included.

AbdyTekin commented 1 year ago

Hi, Thanks for feedback,

Missing script in the camera is probably "Universal Additional Camera Data" and it is an auto generated script for Universal RP. You can simply delete it, it generates automatically when needed.

I will check the "TagManager.asset" feature, it could help a lot.

I think I didn't add the "2D Sprite" package as dependency so missing sprites might be because of it. Try install the "2D Sprite" package

On Sat, Sep 16, 2023 at 7:31 PM LxeC @.***> wrote:

Upon loading the package in a new project I noticed the following missing items:

1.

There was a missing script in the Player prefab under the Camera which I couldn't find out what it was from. I had installed InputSystem and Cinemachine packages. 2.

The "ProjectSettings" folder should be included in the package as "TagManager.asset" contains the Layers for the collision checking. Should make the example work faster than having to re-assign all the layers from scratch. 3.

All objects have a missing material, that could be rectified by having a base white material included.

— Reply to this email directly, view it on GitHub https://github.com/AbdyTekin/Unity-2D-Character-Controller/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXVBXXRUMCFEO2Q5YRVWWBLX2XH5JANCNFSM6AAAAAA427UOKQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>