Posts by MiguelCampos • 1 point
3 posts
-
0
votes1
answer44
viewsQ: Access the position of a Transform in a Unity list
I have a list of Transform that contains the Spawnpoints I have within the game, I would like to find for each of the Spawnpoints their position. [SerializeField] List<Transform> spawns; The…
-
-1
votes1
answer862
viewsQ: Receive the value of a datepicker
I have a Picker date like this $('#datepicker2').on('change', function() { console.log('Submiting form'); console.log(this.value); $('#form1').submit(); }).trigger('change'); <script…
-
0
votes2
answers66
viewsQ: Insert a date into the database via jquery+php
I have a datepicker like this <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script…