Search Issue Tracker
Active
Votes
0
Found in [Package]
2.0.0a5
Issue ID
BOLT-772
Regression
No
Instantiate prefab - no script running on ios
[Original Issue|https://support.ludiq.io/communities/5/topics/3902-instantiate-prefab-no-script-running-on-ios] - Pending Review
----
Hello,
Bug that seems related with prefab.
1. Create a 2D sprite "Flight" - Create a prefab from it
2. Create an empty game Object "Board" and attach a flow machine that instantiates 2 "Flights".
3. Open "Flight" prefab and attach a flow machine that change positions of "flights" at start.
4. Generate C# scripts : "Script generation succeeded. 2 graphs were converted to C#".
5. Build for iOS :
6. Start project on XCode (10.1)
7. Building on iOS iphone
8. The 2 instiantiated objects stay at the position provided in instantiate. The script with "local position don't work".
- It's the same result if I had a cooldown between "start" and "local Position" or if I try to do other things on the Flight prefab script.
- But, if I put the prefab directly in the scene. The script works.
Thx,
Vincent
Bolt Version:
2.0.0a5
Unity Version:
2018.3.9f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
- Missing page when opening reference for Panel Text Settings
Add comment