0 votes

This all works fine in the editor, and in the linux build. When I export the project for Android it runs without error, but the object that includes the module in its script will not load.

#Objects/District.tscn

#custom cpp module
var contiguityChecker = Contiguity.new() #<- comment this out and the District.tscn will load fine

Main file:

district_object = load("res://Objects/District.tscn") #<- will be null even though path name is correct

district_object will be null if the line "var contiguityChecker = Contiguity.new()" is not commented out.

I built the custom build templates. The linux build works, but the android build doesn't.

Godot version 3.5.1
in Engine by (57 points)
edited by

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.