Skip to content
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

Can't not generate code with Unity2018.2.7f1 #798

Closed
LukeChen opened this issue Sep 26, 2018 · 3 comments
Closed

Can't not generate code with Unity2018.2.7f1 #798

LukeChen opened this issue Sep 26, 2018 · 3 comments

Comments

@LukeChen
Copy link

Hi,

I found a bug

Can't not generate code with Unity2018.2.7f1 .

using Entitas;
[Game]
public class HealthComponent : IComponent
{
public float value;
}

@ghost
Copy link

ghost commented Sep 26, 2018

Hello in the community. Unfortunately you have to give us more information about your bug. The code you showed is not very revealing. Please use the formatting for code for the next time.

@sschmid
Copy link
Owner

sschmid commented Oct 5, 2018

@LukeChen The code generator should still. Can you show your Preferences.properties file. You will find this file in the project folder on the same level as the Assets folder.

Also make sure that in the Unity Player Settings you chose .NET 4.x

@sschmid
Copy link
Owner

sschmid commented Oct 5, 2018

Here's a link with common pitfalls. Please check and see if that helps
#803 (comment)

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

No branches or pull requests

2 participants