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

[Bug]: Assigning an object to a string (DefaultProperties) #160

Open
EliotVU opened this issue Feb 9, 2023 · 1 comment
Open

[Bug]: Assigning an object to a string (DefaultProperties) #160

EliotVU opened this issue Feb 9, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@EliotVU
Copy link
Owner

EliotVU commented Feb 9, 2023

Describe the bug

The server is missing support for assigning an object using a string literal, and reports the error Type 'String' is not assignable to type 'Object if type checking is enabled.

defaultproperties
{
     // Not supported
     DefaultTexture="EngineResources.WhiteSquareTexture"
     // Supported
     DefaultTexture=Texture2D'EngineResources.WhiteSquareTexture'
}

Screenshots

No response

@EliotVU EliotVU added bug Something isn't working enhancement New feature or request labels Feb 9, 2023
@EliotVU
Copy link
Owner Author

EliotVU commented Feb 9, 2023

Similar issue #158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant