Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Project does not run #49

Open
MelvinG24 opened this issue Jul 23, 2023 · 8 comments
Open

Project does not run #49

MelvinG24 opened this issue Jul 23, 2023 · 8 comments
Labels

Comments

@MelvinG24
Copy link

I was trying to open this project on unity, but it's look like some files or plugin are mission. I was trying to open this project in different Unity's version but without any luck.

One of the most common error I have while opening this project is with the Sercer.cs file. It's said that service mission two arguments which I don't know is one are.

@fgsoftware1
Copy link
Collaborator

I was trying to open this project on unity, but it's look like some files or plugin are mission. I was trying to open this project in different Unity's version but without any luck.

One of the most common error I have while opening this project is with the Sercer.cs file. It's said that service mission two arguments which I don't know is one are.

probably the problem would be plugins that don't have newr unity versions support. i0ll take a look later today and make update you about the issue :)

@tetreum
Copy link
Owner

tetreum commented Jul 23, 2023

I'm afraid the project is not actively maintained. I've upgraded it to the latest Unity LTS but i've tried the gameplay and it's broken, so it still needs fixes.
@fgsoftware1 Havok should be removed as no Pro/Enterprise features should be used.

@fgsoftware1
Copy link
Collaborator

I'm afraid the project is not actively maintained. I've upgraded it to the latest Unity LTS but i've tried the gameplay and it's broken, so it still needs fixes. @fgsoftware1 Havok should be removed as no Pro/Enterprise features should be used.

yeah i know, i don't even know why this DOTS stuff is there. i'll try migrate the proj to latest version and see what else i can do to try make it playable again

@tetreum
Copy link
Owner

tetreum commented Jul 23, 2023

@fgsoftware1 i've checked why nothing on the gameplay is working:

  • The engine is missing CarEngine component. If added (to the car or the engine), the car can be disassembled again.
  • The engine doesn't seem to have any collider, that's why it can't be interacted. I believe each part used to have a collider + CarPart script.
  • The interface that told you in which mode you were is no longer present
  • Outline shader isn't working properly either:
    image

@fgsoftware1
Copy link
Collaborator

@fgsoftware1 i've checked why nothing on the gameplay is working:

  • The engine is missing CarEngine component. If added (to the car or the engine), the car can be disassembled again.
  • The engine doesn't seem to have any collider, that's why it can't be interacted. I believe each part used to have a collider + CarPart script.
  • The interface that told you in which mode you were is no longer present
  • Outline shader isn't working properly either:
    image

i think you can generate collider on 3d obj properties

@fgsoftware1
Copy link
Collaborator

@fgsoftware1 i've checked why nothing on the gameplay is working:

  • The engine is missing CarEngine component. If added (to the car or the engine), the car can be disassembled again.
  • The engine doesn't seem to have any collider, that's why it can't be interacted. I believe each part used to have a collider + CarPart script.
  • The interface that told you in which mode you were is no longer present
  • Outline shader isn't working properly either:
    image

i think you can generate collider on 3d obj properties

ant the script isn't created or there are issues with it

@tetreum
Copy link
Owner

tetreum commented Jul 23, 2023

The script is fine:

ezgif.com-video-cutter.mp4

@fgsoftware1
Copy link
Collaborator

@fgsoftware1 i've checked why nothing on the gameplay is working:

  • The engine is missing CarEngine component. If added (to the car or the engine), the car can be disassembled again.
  • The engine doesn't seem to have any collider, that's why it can't be interacted. I believe each part used to have a collider + CarPart script.
  • The interface that told you in which mode you were is no longer present
  • Outline shader isn't working properly either:
    image

i think you can generate collider on 3d obj properties

ant the script isn't created or there are issues with it

why the script is white then?

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

No branches or pull requests

3 participants