-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
error CS0122: 'ModelAssetData' is inaccessible due to its protection level #6151
Comments
Hi, has anyone found a solution yet? |
The above code works for me, Find the ModelAsset LoadSentisModel Method in the project file: also add the After this replace the method with this code and you should get a working sample. The sample seems to work as intended. |
Worked for me, thanks! |
Worked for me too! Thankkkkk! |
J0hnnyGee , Thank you. your code worked! |
Worked for me, too. Thank you! |
I already have the correct installation since it follows the steps correctly and I don't get any errors. But when I try to import the "3D ball" scene to Unity I get the following error
Assets\ML-Agents\Examples\SharedAssets\Scripts\ModelOverrider.cs(306,68): error CS0122: 'ModelAssetData' is inaccessible due to its protection level.
I would appreciate the help, I have tried many things but I have no ideas left.
The text was updated successfully, but these errors were encountered: